Html Css Color HEX #001879 Sapphire

📋 copy color: '#001879'

red 0 ◦ green 24 ◦ blue 121

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

Shades of Sapphire #001879

Tints of Sapphire #001879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 83.45%

R = 0%
G = 16.55%
B = 83.45%

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

#001879 (or 0x001879) is known color: Sapphire. HEX triplet: 00, 18 and 79. RGB value is (0,24,121). Sum of RGB (Red+Green+Blue) = 0+24+121=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 121 (47.66% from 255 or 83.45% from 145); Max value from RGB is 121 - color contains mainly: blue. Hex color #001879 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001879 is #FFE786. Grayscale: #1B1B1B. Windows color (decimal): -16770951 or 7936000. OLE color: 7936000.

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

Color convert

RGB 0 24 121 -
CMYK 1 0.80 0 0.53
HSL 228.1º 1% 0.24% -
HSV(B) 228.1º 1% 0.47% -
XYZ 3.78 2.03 18.28 -
YUV 27.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 0 24 121 1 0.80 0 0.53 228.1 1 0.24
Hex 0 18 79 64 50 0 35 E4 64 18
Octal 0 30 171 144 120 0 65 344 144 30
Binary 0 11000 1111001 1100100 1010000 0 110101 11100100 1100100 11000

Color Harmonies of #001879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001879

Black with #001879

Text Example


Text Example

White with #001879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001879; }

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

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

background-color css

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

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

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

border-color css

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

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

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