#002175

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

Shades of Sapphire #002175

Tints of Sapphire #002175

Color information

#002175 (or 0x002175) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 75. RGB value is (0,33,117). Sum of RGB (Red+Green+Blue) = 0+33+117=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #002175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002175 is #FFDE8A. Grayscale: #202020. Windows color (decimal): -16768651 or 7676160. OLE color: 7676160.

HSL color Cylindrical-coordinate representation of color #002175: hue angle of 223.08º 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 #002175 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB033117-
CMYK10.7200.54
HSL223.08º100%22.94%-
HSV(B)223.08º100%45.88%-
XYZ3.752.3717.09-
YUV32.71175.57104.67-

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%
BLUE value IS 117 (46.09% from 255) = 78%
R=0%
G=22%
B=78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal03311710.7200.54223.0810022.94
Hex021756448036df6417
Octal04116514411006633714427
Binary0100001111010111001001001000011011011011111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002175; }

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

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

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

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

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

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

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

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