Html Css Color HEX #071E53 Sapphire

📋 copy color: '#071E53'

red 7 ◦ green 30 ◦ blue 83

#071E53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #071E53

Tints of Sapphire #071E53

RGB

 RED value IS 7 (3.13% from 255) = 5.83%

 GREEN value IS 30 (12.11% from 255) = 25%

 BLUE value IS 83 (32.81% from 255) = 69.17%

R = 5.83%
G = 25%
B = 69.17%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#071E53 (or 0x071E53) is known color: Sapphire. HEX triplet: 07, 1E and 53. RGB value is (7,30,83). Sum of RGB (Red+Green+Blue) = 7+30+83=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 83 (32.81% from 255 or 69.17% from 120); Max value from RGB is 83 - color contains mainly: blue. Hex color #071E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071E53 is #F8E1AC. Grayscale: #1C1C1C. Windows color (decimal): -16310701 or 5447175. OLE color: 5447175.

HSL color Cylindrical-coordinate representation of color #071E53: hue angle of 221.84º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071E53 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 30 83 -
CMYK 0.92 0.64 0 0.67
HSL 221.84º 0.84% 0.18% -
HSV(B) 221.84º 0.92% 0.33% -
XYZ 2.11 1.6 8.38 -
YUV 29.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 7 30 83 0.92 0.64 0 0.67 221.84 0.84 0.18
Hex 7 1E 53 5C 40 0 43 DE 54 12
Octal 7 36 123 134 100 0 103 336 124 22
Binary 111 11110 1010011 1011100 1000000 0 1000011 11011110 1010100 10010

Color Harmonies of #071E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071E53

Black with #071E53

Text Example


Text Example

White with #071E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071E53; }

 p { color: rgb(7,30,83); }

 H1.HeaderClassName
 {
   color: #071E53;
 }
 .AnyTagClassName
 {
   color: #071E53;
 }
</style>

background-color css

<style>
 a { background-color: #071E53; }

 a { background-color: rgb(7,30,83); }

 div.DivClassName
 {
   background-color: #071E53;
 }
 .BgClassName
 {
   background-color: #071E53;
 }
</style>

border-color css

<style>
 span { border-color: #071E53; }

 span { border-color: rgb(7,30,83); }

 td.TdClassName
 {
   border-color: #071E53;
 }
 .TagClassName
 {
   border-color: #071E53;
 }
</style>