Html Css Color HEX #001878 Sapphire

📋 copy color: '#001878'

red 0 ◦ green 24 ◦ blue 120

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

Shades of Sapphire #001878

Tints of Sapphire #001878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 83.33%

R = 0%
G = 16.67%
B = 83.33%

CMYK

 C value IS 1

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001878 (or 0x001878) is known color: Sapphire. HEX triplet: 00, 18 and 78. RGB value is (0,24,120). Sum of RGB (Red+Green+Blue) = 0+24+120=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 120 (47.27% from 255 or 83.33% from 144); Max value from RGB is 120 - color contains mainly: blue. Hex color #001878 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001878 is #FFE787. Grayscale: #1B1B1B. Windows color (decimal): -16770952 or 7870464. OLE color: 7870464.

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

Color convert

RGB 0 24 120 -
CMYK 1 0.8 0 0.53
HSL 228º 1% 0.24% -
HSV(B) 228º 1% 0.47% -
XYZ 3.72 2.01 17.96 -
YUV 27.77 180.05 108.19 -
System Red Green Blue C M Y K H S L
Decimal 0 24 120 1 0.8 0 0.53 228 1 0.24
Hex 0 18 78 64 50 0 35 E4 64 18
Octal 0 30 170 144 120 0 65 344 144 30
Binary 0 11000 1111000 1100100 1010000 0 110101 11100100 1100100 11000

Color Harmonies of #001878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001878

Black with #001878

Text Example


Text Example

White with #001878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001878; }

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

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

background-color css

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

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

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

border-color css

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

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

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