#02145C

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

Shades of Sapphire #02145C

Tints of Sapphire #02145C

Color information

#02145C (or 0x02145C) is unknown color: approx Sapphire. HEX triplet: 02, 14 and 5C. RGB value is (2,20,92). Sum of RGB (Red+Green+Blue) = 2+20+92=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 92 (36.33% from 255 or 80.70% from 114); Max value from RGB is 92 - color contains mainly: blue. Hex color #02145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02145C is #FDEBA3. Grayscale: #161616. Windows color (decimal): -16640932 or 6034434. OLE color: 6034434.

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

Color convert

RGB22092-
CMYK0.980.7800.64
HSL228º95.74%18.43%-
HSV(B)228º97.83%36.08%-
XYZ2.211.2910.26-
YUV22.83167.04113.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 92 (36.33% from 255) = 80.70%
R=1.75%
G=17.54%
B=80.70%

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
Decimal220920.980.7800.6422895.7418.43
Hex2145C624E040e46012
Octal224134142116010034414022
Binary10101001011100110001010011100100000011100100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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