Html Css Color HEX #011B77 Sapphire

📋 copy color: '#011B77'

red 1 ◦ green 27 ◦ blue 119

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

Shades of Sapphire #011B77

Tints of Sapphire #011B77

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.37%

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

R = 0.68%
G = 18.37%
B = 80.95%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#011B77 (or 0x011B77) is known color: Sapphire. HEX triplet: 01, 1B and 77. RGB value is (1,27,119). Sum of RGB (Red+Green+Blue) = 1+27+119=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 119 (46.88% from 255 or 80.95% from 147); Max value from RGB is 119 - color contains mainly: blue. Hex color #011B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B77 is #FEE488. Grayscale: #1D1D1D. Windows color (decimal): -16704649 or 7805697. OLE color: 7805697.

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

Color convert

RGB 1 27 119 -
CMYK 0.99 0.77 0 0.53
HSL 226.78º 0.98% 0.24% -
HSV(B) 226.78º 0.99% 0.47% -
XYZ 3.73 2.12 17.67 -
YUV 29.71 178.39 107.52 -
System Red Green Blue C M Y K H S L
Decimal 1 27 119 0.99 0.77 0 0.53 226.78 0.98 0.24
Hex 1 1B 77 63 4D 0 35 E3 62 18
Octal 1 33 167 143 115 0 65 343 142 30
Binary 1 11011 1110111 1100011 1001101 0 110101 11100011 1100010 11000

Color Harmonies of #011B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B77

Black with #011B77

Text Example


Text Example

White with #011B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011B77; }

 p { color: rgb(1,27,119); }

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

background-color css

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

 a { background-color: rgb(1,27,119); }

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

border-color css

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

 span { border-color: rgb(1,27,119); }

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