#02174F

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

Shades of Sapphire #02174F

Tints of Sapphire #02174F

Color information

#02174F (or 0x02174F) is unknown color: approx Sapphire. HEX triplet: 02, 17 and 4F. RGB value is (2,23,79). Sum of RGB (Red+Green+Blue) = 2+23+79=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 79 (31.25% from 255 or 75.96% from 104); Max value from RGB is 79 - color contains mainly: blue. Hex color #02174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02174F is #FDE8B0. Grayscale: #161616. Windows color (decimal): -16640177 or 5183234. OLE color: 5183234.

HSL color Cylindrical-coordinate representation of color #02174F: hue angle of 223.64º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02174F is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB22379-
CMYK0.970.7100.69
HSL223.64º95.06%15.88%-
HSV(B)223.64º97.47%30.98%-
XYZ1.741.197.54-
YUV23.1159.54112.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 23 (9.38% from 255) = 22.12%
BLUE value IS 79 (31.25% from 255) = 75.96%
R=1.92%
G=22.12%
B=75.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal223790.970.7100.69223.6495.0615.88
Hex2174F6147045e05f10
Octal227117141107010534013720
Binary10101111001111110000110001110100010111100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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