Html Css Color HEX #062076 Sapphire

📋 copy color: '#062076'

red 6 ◦ green 32 ◦ blue 118

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

Shades of Sapphire #062076

Tints of Sapphire #062076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.51%

 BLUE value IS 118 (46.48% from 255) = 75.64%

R = 3.85%
G = 20.51%
B = 75.64%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#062076 (or 0x062076) is known color: Sapphire. HEX triplet: 06, 20 and 76. RGB value is (6,32,118). Sum of RGB (Red+Green+Blue) = 6+32+118=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 118 (46.48% from 255 or 75.64% from 156); Max value from RGB is 118 - color contains mainly: blue. Hex color #062076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062076 is #F9DF89. Grayscale: #212121. Windows color (decimal): -16375690 or 7741446. OLE color: 7741446.

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

Color convert

RGB 6 32 118 -
CMYK 0.95 0.73 0 0.54
HSL 226.07º 0.9% 0.24% -
HSV(B) 226.07º 0.95% 0.46% -
XYZ 3.86 2.38 17.4 -
YUV 34.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 6 32 118 0.95 0.73 0 0.54 226.07 0.9 0.24
Hex 6 20 76 5F 49 0 36 E2 5A 18
Octal 6 40 166 137 111 0 66 342 132 30
Binary 110 100000 1110110 1011111 1001001 0 110110 11100010 1011010 11000

Color Harmonies of #062076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062076

Black with #062076

Text Example


Text Example

White with #062076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062076; }

 p { color: rgb(6,32,118); }

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

background-color css

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

 a { background-color: rgb(6,32,118); }

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

border-color css

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

 span { border-color: rgb(6,32,118); }

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