#02084E

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

Shades of Sapphire #02084E

Tints of Sapphire #02084E

Color information

#02084E (or 0x02084E) is unknown color: approx Sapphire. HEX triplet: 02, 08 and 4E. RGB value is (2,8,78). Sum of RGB (Red+Green+Blue) = 2+8+78=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 78 (30.86% from 255 or 88.64% from 88); Max value from RGB is 78 - color contains mainly: blue. Hex color #02084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02084E is #FDF7B1. Grayscale: #0D0D0D. Windows color (decimal): -16644018 or 5113858. OLE color: 5113858.

HSL color Cylindrical-coordinate representation of color #02084E: hue angle of 235.26º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02084E is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB2878-
CMYK0.970.9000.69
HSL235.26º95%15.69%-
HSV(B)235.26º97.44%30.59%-
XYZ1.490.747.27-
YUV14.19164.01119.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 78 (30.86% from 255) = 88.64%
R=2.27%
G=9.09%
B=88.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal28780.970.9000.69235.269515.69
Hex284E615A045eb5f10
Octal210116141132010535313720
Binary1010001001110110000110110100100010111101011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02084E; }

 p { color: rgb(2,8,78); }

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

<style>
 a { background-color: #02084E; }

 a { background-color: rgb(2,8,78); }

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

<style>
 span { border-color: #02084E; }

 span { border-color: rgb(2,8,78); }

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