Html Css Color HEX #001876 Sapphire

📋 copy color: '#001876'

red 0 ◦ green 24 ◦ blue 118

#001876
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #001876

Tints of Sapphire #001876

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 24 (9.77% from 255) = 16.9%

 BLUE value IS 118 (46.48% from 255) = 83.1%

R = 0%
G = 16.9%
B = 83.1%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001876 (or 0x001876) is known color: 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

RGB 0 24 118 -
CMYK 1 0.80 0 0.54
HSL 227.8º 1% 0.23% -
HSV(B) 227.8º 1% 0.46% -
XYZ 3.6 1.96 17.33 -
YUV 27.54 179.05 108.36 -
System Red Green Blue C M Y K H S L
Decimal 0 24 118 1 0.80 0 0.54 227.8 1 0.23
Hex 0 18 76 64 50 0 36 E4 64 17
Octal 0 30 166 144 120 0 66 344 144 27
Binary 0 11000 1110110 1100100 1010000 0 110110 11100100 1100100 10111

Color Harmonies of #001876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001876

Black with #001876

Text Example


Text Example

White with #001876

Text Example


Text Example

HTML Codes & Css Web 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>