Html Css Color HEX #001877 Sapphire

📋 copy color: '#001877'

red 0 ◦ green 24 ◦ blue 119

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

Shades of Sapphire #001877

Tints of Sapphire #001877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 83.22%

R = 0%
G = 16.78%
B = 83.22%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001877 (or 0x001877) is known color: Sapphire. HEX triplet: 00, 18 and 77. RGB value is (0,24,119). Sum of RGB (Red+Green+Blue) = 0+24+119=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 119 (46.88% from 255 or 83.22% from 143); Max value from RGB is 119 - color contains mainly: blue. Hex color #001877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001877 is #FFE788. Grayscale: #1B1B1B. Windows color (decimal): -16770953 or 7804928. OLE color: 7804928.

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

Color convert

RGB 0 24 119 -
CMYK 1 0.80 0 0.53
HSL 227.9º 1% 0.23% -
HSV(B) 227.9º 1% 0.47% -
XYZ 3.66 1.99 17.64 -
YUV 27.65 179.55 108.28 -
System Red Green Blue C M Y K H S L
Decimal 0 24 119 1 0.80 0 0.53 227.9 1 0.23
Hex 0 18 77 64 50 0 35 E4 64 17
Octal 0 30 167 144 120 0 65 344 144 27
Binary 0 11000 1110111 1100100 1010000 0 110101 11100100 1100100 10111

Color Harmonies of #001877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001877

Black with #001877

Text Example


Text Example

White with #001877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001877; }

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

 H1.HeaderClassName
 {
   color: #001877;
 }
 .AnyTagClassName
 {
   color: #001877;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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