Html Css Color HEX #011B76 Sapphire

📋 copy color: '#011B76'

red 1 ◦ green 27 ◦ blue 118

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

Shades of Sapphire #011B76

Tints of Sapphire #011B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 80.82%

R = 0.68%
G = 18.49%
B = 80.82%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011B76 (or 0x011B76) is known color: Sapphire. HEX triplet: 01, 1B and 76. RGB value is (1,27,118). Sum of RGB (Red+Green+Blue) = 1+27+118=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 118 (46.48% from 255 or 80.82% from 146); Max value from RGB is 118 - color contains mainly: blue. Hex color #011B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B76 is #FEE489. Grayscale: #1D1D1D. Windows color (decimal): -16704650 or 7740161. OLE color: 7740161.

HSL color Cylindrical-coordinate representation of color #011B76: hue angle of 226.67º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B76 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 27 118 -
CMYK 0.99 0.77 0 0.54
HSL 226.67º 0.98% 0.23% -
HSV(B) 226.67º 0.99% 0.46% -
XYZ 3.67 2.1 17.35 -
YUV 29.6 177.89 107.6 -
System Red Green Blue C M Y K H S L
Decimal 1 27 118 0.99 0.77 0 0.54 226.67 0.98 0.23
Hex 1 1B 76 63 4D 0 36 E3 62 17
Octal 1 33 166 143 115 0 66 343 142 27
Binary 1 11011 1110110 1100011 1001101 0 110110 11100011 1100010 10111

Color Harmonies of #011B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B76

Black with #011B76

Text Example


Text Example

White with #011B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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