#02064A

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

Shades of Sapphire #02064A

Tints of Sapphire #02064A

Color information

#02064A (or 0x02064A) is unknown color: approx Sapphire. HEX triplet: 02, 06 and 4A. RGB value is (2,6,74). Sum of RGB (Red+Green+Blue) = 2+6+74=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 74 (29.30% from 255 or 90.24% from 82); Max value from RGB is 74 - color contains mainly: blue. Hex color #02064A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02064A is #FDF9B5. Grayscale: #0C0C0C. Windows color (decimal): -16644534 or 4851202. OLE color: 4851202.

HSL color Cylindrical-coordinate representation of color #02064A: hue angle of 236.67º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02064A is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB2674-
CMYK0.970.9200.71
HSL236.67º94.74%14.9%-
HSV(B)236.67º97.3%29.02%-
XYZ1.330.646.53-
YUV12.56162.67120.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 6 (2.73% from 255) = 7.32%
BLUE value IS 74 (29.30% from 255) = 90.24%
R=2.44%
G=7.32%
B=90.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal26740.970.9200.71236.6794.7414.9
Hex264A615C047ed5ff
Octal26112141134010735513717
Binary10110100101011000011011100010001111110110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02064A; }

 p { color: rgb(2,6,74); }

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

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

 a { background-color: rgb(2,6,74); }

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

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

 span { border-color: rgb(2,6,74); }

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