#062A68

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

Shades of Sapphire #062A68

Tints of Sapphire #062A68

Color information

#062A68 (or 0x062A68) is unknown color: approx Sapphire. HEX triplet: 06, 2A and 68. RGB value is (6,42,104). Sum of RGB (Red+Green+Blue) = 6+42+104=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #062A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A68 is #F9D597. Grayscale: #262626. Windows color (decimal): -16373144 or 6826502. OLE color: 6826502.

HSL color Cylindrical-coordinate representation of color #062A68: hue angle of 217.96º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062A68 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB642104-
CMYK0.940.6000.59
HSL217.96º89.09%21.57%-
HSV(B)217.96º94.23%40.78%-
XYZ3.42.6913.44-
YUV38.3165.07104.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 104 (41.02% from 255) = 68.42%
R=3.95%
G=27.63%
B=68.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6421040.940.6000.59217.9689.0921.57
Hex62A685E3C03Bda5916
Octal6521501367407333213126
Binary11010101011010001011110111100011101111011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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