#001876

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

Shades of Sapphire #001876

Tints of Sapphire #001876

Color information

#001876 (or 0x001876) is unknown color: approx Sapphire. HEX triplet: 00, 18 and 76. RGB value is (0,24,118). Sum of RGB (Red+Green+Blue) = 0+24+118=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 118 (46.48% from 255 or 83.10% from 142); Max value from RGB is 118 - color contains mainly: blue. Hex color #001876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001876 is #FFE789. Grayscale: #1B1B1B. Windows color (decimal): -16770954 or 7739392. OLE color: 7739392.

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

Color convert

RGB024118-
CMYK10.8000.54
HSL227.8º100%23.14%-
HSV(B)227.8º100%46.27%-
XYZ3.61.9617.33-
YUV27.54179.05108.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 118 (46.48% from 255) = 83.10%
R=0%
G=16.90%
B=83.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal02411810.8000.54227.810023.14
Hex018766450036e46417
Octal03016614412006634414427
Binary011000111011011001001010000011011011100100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001876; }

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

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

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

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

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

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

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

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