Html Css Color HEX #062972 Sapphire

📋 copy color: '#062972'

red 6 ◦ green 41 ◦ blue 114

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

Shades of Sapphire #062972

Tints of Sapphire #062972

RGB

 RED value IS 6 (2.73% from 255) = 3.73%

 GREEN value IS 41 (16.41% from 255) = 25.47%

 BLUE value IS 114 (44.92% from 255) = 70.81%

R = 3.73%
G = 25.47%
B = 70.81%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#062972 (or 0x062972) is known color: Sapphire. HEX triplet: 06, 29 and 72. RGB value is (6,41,114). Sum of RGB (Red+Green+Blue) = 6+41+114=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #062972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062972 is #F9D68D. Grayscale: #262626. Windows color (decimal): -16373390 or 7481606. OLE color: 7481606.

HSL color Cylindrical-coordinate representation of color #062972: hue angle of 220.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062972 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 41 114 -
CMYK 0.95 0.64 0 0.55
HSL 220.56º 0.9% 0.24% -
HSV(B) 220.56º 0.95% 0.45% -
XYZ 3.91 2.84 16.26 -
YUV 38.86 170.4 104.56 -
System Red Green Blue C M Y K H S L
Decimal 6 41 114 0.95 0.64 0 0.55 220.56 0.9 0.24
Hex 6 29 72 5F 40 0 37 DD 5A 18
Octal 6 51 162 137 100 0 67 335 132 30
Binary 110 101001 1110010 1011111 1000000 0 110111 11011101 1011010 11000

Color Harmonies of #062972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062972

Black with #062972

Text Example


Text Example

White with #062972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062972; }

 p { color: rgb(6,41,114); }

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

background-color css

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

 a { background-color: rgb(6,41,114); }

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

border-color css

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

 span { border-color: rgb(6,41,114); }

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