#02174E

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

Shades of Sapphire #02174E

Tints of Sapphire #02174E

Color information

#02174E (or 0x02174E) is unknown color: approx Sapphire. HEX triplet: 02, 17 and 4E. RGB value is (2,23,78). Sum of RGB (Red+Green+Blue) = 2+23+78=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 78 (30.86% from 255 or 75.73% from 103); Max value from RGB is 78 - color contains mainly: blue. Hex color #02174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02174E is #FDE8B1. Grayscale: #161616. Windows color (decimal): -16640178 or 5117698. OLE color: 5117698.

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

Color convert

RGB22378-
CMYK0.970.7100.69
HSL223.42º95%15.69%-
HSV(B)223.42º97.44%30.59%-
XYZ1.711.187.34-
YUV22.99159.04113.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.94%
GREEN value IS 23 (9.38% from 255) = 22.33%
BLUE value IS 78 (30.86% from 255) = 75.73%
R=1.94%
G=22.33%
B=75.73%

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
Decimal223780.970.7100.69223.429515.69
Hex2174E6147045df5f10
Octal227116141107010533713720
Binary10101111001110110000110001110100010111011111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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