#062A6F

Color #062A6F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #062A6F

Tints of Sapphire #062A6F

Color information

#062A6F (or 0x062A6F) is unknown color: approx Sapphire. HEX triplet: 06, 2A and 6F. RGB value is (6,42,111). Sum of RGB (Red+Green+Blue) = 6+42+111=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 111 (43.75% from 255 or 69.81% from 159); Max value from RGB is 111 - color contains mainly: blue. Hex color #062A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A6F is #F9D590. Grayscale: #262626. Windows color (decimal): -16373137 or 7285254. OLE color: 7285254.

HSL color Cylindrical-coordinate representation of color #062A6F: hue angle of 219.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062A6F is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB642111-
CMYK0.950.6200.56
HSL219.43º89.74%22.94%-
HSV(B)219.43º94.59%43.53%-
XYZ3.772.8415.39-
YUV39.1168.57104.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 111 (43.75% from 255) = 69.81%
R=3.77%
G=26.42%
B=69.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6421110.950.6200.56219.4389.7422.94
Hex62A6F5F3E038db5a17
Octal6521571377607033313227
Binary11010101011011111011111111110011100011011011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062A6F; }

 p { color: rgb(6,42,111); }

 H1.HeaderClassName
 {
   color: #062A6F;
 }
 .AnyTagClassName
 {
   color: #062A6F;
 }
</style>
background-color css

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

 a { background-color: rgb(6,42,111); }

 div.DivClassName
 {
   background-color: #062A6F;
 }
 .BgClassName
 {
   background-color: #062A6F;
 }
</style>
border-color css

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

 span { border-color: rgb(6,42,111); }

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