#02185D

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

Shades of Sapphire #02185D

Tints of Sapphire #02185D

Color information

#02185D (or 0x02185D) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 5D. RGB value is (2,24,93). Sum of RGB (Red+Green+Blue) = 2+24+93=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #02185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02185D is #FDE7A2. Grayscale: #181818. Windows color (decimal): -16639907 or 6100994. OLE color: 6100994.

HSL color Cylindrical-coordinate representation of color #02185D: hue angle of 225.49º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02185D is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB22493-
CMYK0.980.7400.64
HSL225.49º95.79%18.63%-
HSV(B)225.49º97.85%36.47%-
XYZ2.331.4610.51-
YUV25.29166.21111.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 93 (36.72% from 255) = 78.15%
R=1.68%
G=20.17%
B=78.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal224930.980.7400.64225.4995.7918.63
Hex2185D624A040e16013
Octal230135142112010034114023
Binary10110001011101110001010010100100000011100001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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