#02194C

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

Shades of Sapphire #02194C

Tints of Sapphire #02194C

Color information

#02194C (or 0x02194C) is unknown color: approx Sapphire. HEX triplet: 02, 19 and 4C. RGB value is (2,25,76). Sum of RGB (Red+Green+Blue) = 2+25+76=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #02194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02194C is #FDE6B3. Grayscale: #171717. Windows color (decimal): -16639668 or 4987138. OLE color: 4987138.

HSL color Cylindrical-coordinate representation of color #02194C: hue angle of 221.35º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02194C is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB22576-
CMYK0.970.6700.70
HSL221.35º94.87%15.29%-
HSV(B)221.35º97.37%29.8%-
XYZ1.681.236.99-
YUV23.94157.38112.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.94%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 76 (30.08% from 255) = 73.79%
R=1.94%
G=24.27%
B=73.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal225760.970.6700.70221.3594.8715.29
Hex2194C6143046dd5ff
Octal231114141103010633513717
Binary1011001100110011000011000011010001101101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,25,76); }

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

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

 a { background-color: rgb(2,25,76); }

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

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

 span { border-color: rgb(2,25,76); }

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