Html Css Color HEX #011978 Sapphire

📋 copy color: '#011978'

red 1 ◦ green 25 ◦ blue 120

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

Shades of Sapphire #011978

Tints of Sapphire #011978

RGB

 RED value IS 1 (0.78% from 255) = 0.68%

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 0.68%
G = 17.12%
B = 82.19%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#011978 (or 0x011978) is known color: Sapphire. HEX triplet: 01, 19 and 78. RGB value is (1,25,120). Sum of RGB (Red+Green+Blue) = 1+25+120=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 120 (47.27% from 255 or 82.19% from 146); Max value from RGB is 120 - color contains mainly: blue. Hex color #011978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011978 is #FEE687. Grayscale: #1C1C1C. Windows color (decimal): -16705160 or 7870721. OLE color: 7870721.

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

Color convert

RGB 1 25 120 -
CMYK 0.99 0.79 0 0.53
HSL 227.9º 0.98% 0.24% -
HSV(B) 227.9º 0.99% 0.47% -
XYZ 3.75 2.06 17.97 -
YUV 28.65 179.55 108.28 -
System Red Green Blue C M Y K H S L
Decimal 1 25 120 0.99 0.79 0 0.53 227.9 0.98 0.24
Hex 1 19 78 63 4F 0 35 E4 62 18
Octal 1 31 170 143 117 0 65 344 142 30
Binary 1 11001 1111000 1100011 1001111 0 110101 11100100 1100010 11000

Color Harmonies of #011978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011978

Black with #011978

Text Example


Text Example

White with #011978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011978; }

 p { color: rgb(1,25,120); }

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

background-color css

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

 a { background-color: rgb(1,25,120); }

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

border-color css

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

 span { border-color: rgb(1,25,120); }

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