#002376

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

Shades of Sapphire #002376

Tints of Sapphire #002376

Color information

#002376 (or 0x002376) is unknown color: approx Sapphire. HEX triplet: 00, 23 and 76. RGB value is (0,35,118). Sum of RGB (Red+Green+Blue) = 0+35+118=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #002376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002376 is #FFDC89. Grayscale: #212121. Windows color (decimal): -16768138 or 7742208. OLE color: 7742208.

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

Color convert

RGB035118-
CMYK10.7000.54
HSL222.2º100%23.14%-
HSV(B)222.2º100%46.27%-
XYZ3.872.5117.42-
YUV34175.4103.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 118 (46.48% from 255) = 77.12%
R=0%
G=22.88%
B=77.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal03511810.7000.54222.210023.14
Hex023766446036de6417
Octal04316614410606633614427
Binary0100011111011011001001000110011011011011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002376; }

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

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

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

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

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

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

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

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