Html Css Color HEX #062566 Sapphire

📋 copy color: '#062566'

red 6 ◦ green 37 ◦ blue 102

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

Shades of Sapphire #062566

Tints of Sapphire #062566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.52%

 BLUE value IS 102 (40.23% from 255) = 70.34%

R = 4.14%
G = 25.52%
B = 70.34%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#062566 (or 0x062566) is known color: Sapphire. HEX triplet: 06, 25 and 66. RGB value is (6,37,102). Sum of RGB (Red+Green+Blue) = 6+37+102=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #062566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062566 is #F9DA99. Grayscale: #222222. Windows color (decimal): -16374426 or 6694150. OLE color: 6694150.

HSL color Cylindrical-coordinate representation of color #062566: hue angle of 220.62º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062566 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 37 102 -
CMYK 0.94 0.64 0 0.6
HSL 220.63º 0.89% 0.21% -
HSV(B) 220.63º 0.94% 0.4% -
XYZ 3.13 2.32 12.85 -
YUV 35.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 6 37 102 0.94 0.64 0 0.6 220.63 0.89 0.21
Hex 6 25 66 5E 40 0 3C DD 59 15
Octal 6 45 146 136 100 0 74 335 131 25
Binary 110 100101 1100110 1011110 1000000 0 111100 11011101 1011001 10101

Color Harmonies of #062566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062566

Black with #062566

Text Example


Text Example

White with #062566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062566; }

 p { color: rgb(6,37,102); }

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

background-color css

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

 a { background-color: rgb(6,37,102); }

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

border-color css

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

 span { border-color: rgb(6,37,102); }

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