Html Css Color HEX #011778 Sapphire

📋 copy color: '#011778'

red 1 ◦ green 23 ◦ blue 120

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

Shades of Sapphire #011778

Tints of Sapphire #011778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

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

R = 0.69%
G = 15.97%
B = 83.33%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#011778 (or 0x011778) is known color: Sapphire. HEX triplet: 01, 17 and 78. RGB value is (1,23,120). Sum of RGB (Red+Green+Blue) = 1+23+120=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 23 (9.38% from 255 or 15.97% 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 #011778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011778 is #FEE887. Grayscale: #1B1B1B. Windows color (decimal): -16705672 or 7870209. OLE color: 7870209.

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

Color convert

RGB 1 23 120 -
CMYK 0.99 0.81 0 0.53
HSL 228.91º 0.98% 0.24% -
HSV(B) 228.91º 0.99% 0.47% -
XYZ 3.71 1.98 17.96 -
YUV 27.48 180.21 109.11 -
System Red Green Blue C M Y K H S L
Decimal 1 23 120 0.99 0.81 0 0.53 228.91 0.98 0.24
Hex 1 17 78 63 51 0 35 E5 62 18
Octal 1 27 170 143 121 0 65 345 142 30
Binary 1 10111 1111000 1100011 1010001 0 110101 11100101 1100010 11000

Color Harmonies of #011778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011778

Black with #011778

Text Example


Text Example

White with #011778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011778; }

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

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

background-color css

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

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

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

border-color css

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

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

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