Html Css Color HEX #062462 Sapphire

📋 copy color: '#062462'

red 6 ◦ green 36 ◦ blue 98

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

Shades of Sapphire #062462

Tints of Sapphire #062462

RGB

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

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

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

R = 4.29%
G = 25.71%
B = 70%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062462 (or 0x062462) is known color: Sapphire. HEX triplet: 06, 24 and 62. RGB value is (6,36,98). Sum of RGB (Red+Green+Blue) = 6+36+98=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #062462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062462 is #F9DB9D. Grayscale: #212121. Windows color (decimal): -16374686 or 6431750. OLE color: 6431750.

HSL color Cylindrical-coordinate representation of color #062462: hue angle of 220.43º 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 #062462 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 36 98 -
CMYK 0.94 0.63 0 0.62
HSL 220.43º 0.88% 0.2% -
HSV(B) 220.43º 0.94% 0.38% -
XYZ 2.91 2.18 11.82 -
YUV 34.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 6 36 98 0.94 0.63 0 0.62 220.43 0.88 0.2
Hex 6 24 62 5E 3F 0 3E DC 58 14
Octal 6 44 142 136 77 0 76 334 130 24
Binary 110 100100 1100010 1011110 111111 0 111110 11011100 1011000 10100

Color Harmonies of #062462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062462

Black with #062462

Text Example


Text Example

White with #062462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062462; }

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

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

background-color css

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

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

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

border-color css

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

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

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