#02144A

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

Shades of Sapphire #02144A

Tints of Sapphire #02144A

Color information

#02144A (or 0x02144A) is unknown color: approx Sapphire. HEX triplet: 02, 14 and 4A. RGB value is (2,20,74). Sum of RGB (Red+Green+Blue) = 2+20+74=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 74 (29.30% from 255 or 77.08% from 96); Max value from RGB is 74 - color contains mainly: blue. Hex color #02144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02144A is #FDEBB5. Grayscale: #141414. Windows color (decimal): -16640950 or 4854786. OLE color: 4854786.

HSL color Cylindrical-coordinate representation of color #02144A: hue angle of 225º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02144A is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB22074-
CMYK0.970.7300.71
HSL225º94.74%14.9%-
HSV(B)225º97.3%29.02%-
XYZ1.511.016.59-
YUV20.77158.04114.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 74 (29.30% from 255) = 77.08%
R=2.08%
G=20.83%
B=77.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal220740.970.7300.7122594.7414.9
Hex2144A6149047e15ff
Octal224112141111010734113717
Binary1010100100101011000011001001010001111110000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02144A; }

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

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

<style>
 a { background-color: #02144A; }

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

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

<style>
 span { border-color: #02144A; }

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

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