#02186D

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

Shades of Sapphire #02186D

Tints of Sapphire #02186D

Color information

#02186D (or 0x02186D) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 6D. RGB value is (2,24,109). Sum of RGB (Red+Green+Blue) = 2+24+109=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 109 (42.97% from 255 or 80.74% from 135); Max value from RGB is 109 - color contains mainly: blue. Hex color #02186D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02186D is #FDE792. Grayscale: #1A1A1A. Windows color (decimal): -16639891 or 7149570. OLE color: 7149570.

HSL color Cylindrical-coordinate representation of color #02186D: hue angle of 227.66º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02186D is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB224109-
CMYK0.980.7800.57
HSL227.66º96.4%21.76%-
HSV(B)227.66º98.17%42.75%-
XYZ3.111.7714.65-
YUV27.11174.21110.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 109 (42.97% from 255) = 80.74%
R=1.48%
G=17.78%
B=80.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2241090.980.7800.57227.6696.421.76
Hex2186D624E039e46016
Octal23015514211607134414026
Binary1011000110110111000101001110011100111100100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02186D; }

 p { color: rgb(2,24,109); }

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

<style>
 a { background-color: #02186D; }

 a { background-color: rgb(2,24,109); }

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

<style>
 span { border-color: #02186D; }

 span { border-color: rgb(2,24,109); }

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