Html Css Color HEX #062962 Sapphire

📋 copy color: '#062962'

red 6 ◦ green 41 ◦ blue 98

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

Shades of Sapphire #062962

Tints of Sapphire #062962

RGB

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

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

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

R = 4.14%
G = 28.28%
B = 67.59%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062962 (or 0x062962) is known color: Sapphire. HEX triplet: 06, 29 and 62. RGB value is (6,41,98). Sum of RGB (Red+Green+Blue) = 6+41+98=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #062962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062962 is #F9D69D. Grayscale: #242424. Windows color (decimal): -16373406 or 6433030. OLE color: 6433030.

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

Color convert

RGB 6 41 98 -
CMYK 0.94 0.58 0 0.62
HSL 217.17º 0.88% 0.2% -
HSV(B) 217.17º 0.94% 0.38% -
XYZ 3.07 2.51 11.88 -
YUV 37.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 6 41 98 0.94 0.58 0 0.62 217.17 0.88 0.2
Hex 6 29 62 5E 3A 0 3E D9 58 14
Octal 6 51 142 136 72 0 76 331 130 24
Binary 110 101001 1100010 1011110 111010 0 111110 11011001 1011000 10100

Color Harmonies of #062962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062962

Black with #062962

Text Example


Text Example

White with #062962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062962; }

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

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

background-color css

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

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

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

border-color css

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

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

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