#02145D

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

Shades of Sapphire #02145D

Tints of Sapphire #02145D

Color information

#02145D (or 0x02145D) is unknown color: approx Sapphire. HEX triplet: 02, 14 and 5D. RGB value is (2,20,93). Sum of RGB (Red+Green+Blue) = 2+20+93=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 93 (36.72% from 255 or 80.87% from 115); Max value from RGB is 93 - color contains mainly: blue. Hex color #02145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02145D is #FDEBA2. Grayscale: #161616. Windows color (decimal): -16640931 or 6099970. OLE color: 6099970.

HSL color Cylindrical-coordinate representation of color #02145D: hue angle of 228.13º 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 #02145D is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB22093-
CMYK0.980.7800.64
HSL228.13º95.79%18.63%-
HSV(B)228.13º97.85%36.47%-
XYZ2.251.310.49-
YUV22.94167.54113.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 93 (36.72% from 255) = 80.87%
R=1.74%
G=17.39%
B=80.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal220930.980.7800.64228.1395.7918.63
Hex2145D624E040e46013
Octal224135142116010034414023
Binary10101001011101110001010011100100000011100100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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