#002174

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

Shades of Sapphire #002174

Tints of Sapphire #002174

Color information

#002174 (or 0x002174) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 74. RGB value is (0,33,116). Sum of RGB (Red+Green+Blue) = 0+33+116=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 116 (45.70% from 255 or 77.85% from 149); Max value from RGB is 116 - color contains mainly: blue. Hex color #002174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002174 is #FFDE8B. Grayscale: #202020. Windows color (decimal): -16768652 or 7610624. OLE color: 7610624.

HSL color Cylindrical-coordinate representation of color #002174: hue angle of 222.93º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002174 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB033116-
CMYK10.7200.55
HSL222.93º100%22.75%-
HSV(B)222.93º100%45.49%-
XYZ3.72.3516.78-
YUV32.6175.07104.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 116 (45.70% from 255) = 77.85%
R=0%
G=22.15%
B=77.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal03311610.7200.55222.9310022.75
Hex021746448037df6417
Octal04116414411006733714427
Binary0100001111010011001001001000011011111011111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002174; }

 p { color: rgb(0,33,116); }

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

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

 a { background-color: rgb(0,33,116); }

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

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

 span { border-color: rgb(0,33,116); }

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