#02104F

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

Shades of Sapphire #02104F

Tints of Sapphire #02104F

Color information

#02104F (or 0x02104F) is unknown color: approx Sapphire. HEX triplet: 02, 10 and 4F. RGB value is (2,16,79). Sum of RGB (Red+Green+Blue) = 2+16+79=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 79 (31.25% from 255 or 81.44% from 97); Max value from RGB is 79 - color contains mainly: blue. Hex color #02104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02104F is #FDEFB0. Grayscale: #121212. Windows color (decimal): -16641969 or 5181442. OLE color: 5181442.

HSL color Cylindrical-coordinate representation of color #02104F: hue angle of 229.09º 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 #02104F is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB21679-
CMYK0.970.8000.69
HSL229.09º95.06%15.88%-
HSV(B)229.09º97.47%30.98%-
XYZ1.620.957.49-
YUV19161.86115.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 79 (31.25% from 255) = 81.44%
R=2.06%
G=16.49%
B=81.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal216790.970.8000.69229.0995.0615.88
Hex2104F6150045e55f10
Octal220117141120010534513720
Binary10100001001111110000110100000100010111100101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02104F; }

 p { color: rgb(2,16,79); }

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

<style>
 a { background-color: #02104F; }

 a { background-color: rgb(2,16,79); }

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

<style>
 span { border-color: #02104F; }

 span { border-color: rgb(2,16,79); }

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