#02064B

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

Shades of Sapphire #02064B

Tints of Sapphire #02064B

Color information

#02064B (or 0x02064B) is unknown color: approx Sapphire. HEX triplet: 02, 06 and 4B. RGB value is (2,6,75). Sum of RGB (Red+Green+Blue) = 2+6+75=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 75 (29.69% from 255 or 90.36% from 83); Max value from RGB is 75 - color contains mainly: blue. Hex color #02064B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02064B is #FDF9B4. Grayscale: #0C0C0C. Windows color (decimal): -16644533 or 4916738. OLE color: 4916738.

HSL color Cylindrical-coordinate representation of color #02064B: hue angle of 236.71º 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 #02064B is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB2675-
CMYK0.970.9200.71
HSL236.71º94.81%15.1%-
HSV(B)236.71º97.33%29.41%-
XYZ1.360.656.71-
YUV12.67163.17120.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 6 (2.73% from 255) = 7.23%
BLUE value IS 75 (29.69% from 255) = 90.36%
R=2.41%
G=7.23%
B=90.36%

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
Decimal26750.970.9200.71236.7194.8115.1
Hex264B615C047ed5ff
Octal26113141134010735513717
Binary10110100101111000011011100010001111110110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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