Html Css Color HEX #062162 Sapphire

📋 copy color: '#062162'

red 6 ◦ green 33 ◦ blue 98

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

Shades of Sapphire #062162

Tints of Sapphire #062162

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.09%

 BLUE value IS 98 (38.67% from 255) = 71.53%

R = 4.38%
G = 24.09%
B = 71.53%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062162 (or 0x062162) is known color: Sapphire. HEX triplet: 06, 21 and 62. RGB value is (6,33,98). Sum of RGB (Red+Green+Blue) = 6+33+98=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #062162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062162 is #F9DE9D. Grayscale: #202020. Windows color (decimal): -16375454 or 6430982. OLE color: 6430982.

HSL color Cylindrical-coordinate representation of color #062162: hue angle of 222.39º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062162 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 33 98 -
CMYK 0.94 0.66 0 0.62
HSL 222.39º 0.88% 0.2% -
HSV(B) 222.39º 0.94% 0.38% -
XYZ 2.82 2.01 11.79 -
YUV 32.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 6 33 98 0.94 0.66 0 0.62 222.39 0.88 0.2
Hex 6 21 62 5E 42 0 3E DE 58 14
Octal 6 41 142 136 102 0 76 336 130 24
Binary 110 100001 1100010 1011110 1000010 0 111110 11011110 1011000 10100

Color Harmonies of #062162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062162

Black with #062162

Text Example


Text Example

White with #062162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062162; }

 p { color: rgb(6,33,98); }

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

background-color css

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

 a { background-color: rgb(6,33,98); }

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

border-color css

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

 span { border-color: rgb(6,33,98); }

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