#02064C

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

Shades of Sapphire #02064C

Tints of Sapphire #02064C

Color information

#02064C (or 0x02064C) is unknown color: approx Sapphire. HEX triplet: 02, 06 and 4C. RGB value is (2,6,76). Sum of RGB (Red+Green+Blue) = 2+6+76=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 76 (30.08% from 255 or 90.48% from 84); Max value from RGB is 76 - color contains mainly: blue. Hex color #02064C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02064C is #FDF9B3. Grayscale: #0C0C0C. Windows color (decimal): -16644532 or 4982274. OLE color: 4982274.

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

Color convert

RGB2676-
CMYK0.970.9200.70
HSL236.76º94.87%15.29%-
HSV(B)236.76º97.37%29.8%-
XYZ1.390.666.89-
YUV12.78163.67120.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.38%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 76 (30.08% from 255) = 90.48%
R=2.38%
G=7.14%
B=90.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal26760.970.9200.70236.7694.8715.29
Hex264C615C046ed5ff
Octal26114141134010635513717
Binary10110100110011000011011100010001101110110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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