#002176

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

Shades of Sapphire #002176

Tints of Sapphire #002176

Color information

#002176 (or 0x002176) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 76. RGB value is (0,33,118). Sum of RGB (Red+Green+Blue) = 0+33+118=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #002176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002176 is #FFDE89. Grayscale: #202020. Windows color (decimal): -16768650 or 7741696. OLE color: 7741696.

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

Color convert

RGB033118-
CMYK10.7200.54
HSL223.22º100%23.14%-
HSV(B)223.22º100%46.27%-
XYZ3.812.417.4-
YUV32.82176.07104.59-

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) = 21.85%
BLUE value IS 118 (46.48% from 255) = 78.15%
R=0%
G=21.85%
B=78.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal03311810.7200.54223.2210023.14
Hex021766448036df6417
Octal04116614411006633714427
Binary0100001111011011001001001000011011011011111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002176; }

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

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

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

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

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

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

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

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