#02174A

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

Shades of Sapphire #02174A

Tints of Sapphire #02174A

Color information

#02174A (or 0x02174A) is unknown color: approx Sapphire. HEX triplet: 02, 17 and 4A. RGB value is (2,23,74). Sum of RGB (Red+Green+Blue) = 2+23+74=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #02174A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02174A is #FDE8B5. Grayscale: #161616. Windows color (decimal): -16640182 or 4855554. OLE color: 4855554.

HSL color Cylindrical-coordinate representation of color #02174A: hue angle of 222.5º 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 #02174A is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB22374-
CMYK0.970.6900.71
HSL222.5º94.74%14.9%-
HSV(B)222.5º97.3%29.02%-
XYZ1.571.126.61-
YUV22.54157.04113.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 23 (9.38% from 255) = 23.23%
BLUE value IS 74 (29.30% from 255) = 74.75%
R=2.02%
G=23.23%
B=74.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal223740.970.6900.71222.594.7414.9
Hex2174A6145047de5ff
Octal227112141105010733613717
Binary1010111100101011000011000101010001111101111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02174A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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