#062A75

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

Shades of Sapphire #062A75

Tints of Sapphire #062A75

Color information

#062A75 (or 0x062A75) is unknown color: approx Sapphire. HEX triplet: 06, 2A and 75. RGB value is (6,42,117). Sum of RGB (Red+Green+Blue) = 6+42+117=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 117 (46.09% from 255 or 70.91% from 165); Max value from RGB is 117 - color contains mainly: blue. Hex color #062A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A75 is #F9D58A. Grayscale: #272727. Windows color (decimal): -16373131 or 7678470. OLE color: 7678470.

HSL color Cylindrical-coordinate representation of color #062A75: hue angle of 220.54º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062A75 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB642117-
CMYK0.950.6400.54
HSL220.54º90.24%24.12%-
HSV(B)220.54º94.87%45.88%-
XYZ4.112.9817.19-
YUV39.79171.57103.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 117 (46.09% from 255) = 70.91%
R=3.64%
G=25.45%
B=70.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6421170.950.6400.54220.5490.2424.12
Hex62A755F40036dd5a18
Octal65216513710006633513230
Binary110101010111010110111111000000011011011011101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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