Html Css Color HEX #062476 Sapphire

📋 copy color: '#062476'

red 6 ◦ green 36 ◦ blue 118

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

Shades of Sapphire #062476

Tints of Sapphire #062476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.5%

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

R = 3.75%
G = 22.5%
B = 73.75%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#062476 (or 0x062476) is known color: Sapphire. HEX triplet: 06, 24 and 76. RGB value is (6,36,118). Sum of RGB (Red+Green+Blue) = 6+36+118=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #062476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062476 is #F9DB89. Grayscale: #242424. Windows color (decimal): -16374666 or 7742470. OLE color: 7742470.

HSL color Cylindrical-coordinate representation of color #062476: hue angle of 223.93º 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 #062476 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 36 118 -
CMYK 0.95 0.69 0 0.54
HSL 223.93º 0.9% 0.24% -
HSV(B) 223.93º 0.95% 0.46% -
XYZ 3.98 2.61 17.43 -
YUV 36.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 6 36 118 0.95 0.69 0 0.54 223.93 0.9 0.24
Hex 6 24 76 5F 45 0 36 E0 5A 18
Octal 6 44 166 137 105 0 66 340 132 30
Binary 110 100100 1110110 1011111 1000101 0 110110 11100000 1011010 11000

Color Harmonies of #062476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062476

Black with #062476

Text Example


Text Example

White with #062476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062476; }

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

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

background-color css

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

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

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

border-color css

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

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

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