Html Css Color HEX #011B7E Sapphire

📋 copy color: '#011B7E'

red 1 ◦ green 27 ◦ blue 126

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

Shades of Sapphire #011B7E

Tints of Sapphire #011B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 81.82%

R = 0.65%
G = 17.53%
B = 81.82%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#011B7E (or 0x011B7E) is known color: Sapphire. HEX triplet: 01, 1B and 7E. RGB value is (1,27,126). Sum of RGB (Red+Green+Blue) = 1+27+126=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 126 (49.61% from 255 or 81.82% from 154); Max value from RGB is 126 - color contains mainly: blue. Hex color #011B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B7E is #FEE481. Grayscale: #1E1E1E. Windows color (decimal): -16704642 or 8264449. OLE color: 8264449.

HSL color Cylindrical-coordinate representation of color #011B7E: hue angle of 227.52º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B7E is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 27 126 -
CMYK 0.99 0.79 0 0.51
HSL 227.52º 0.98% 0.25% -
HSV(B) 227.52º 0.99% 0.49% -
XYZ 4.17 2.3 19.96 -
YUV 30.51 181.89 106.95 -
System Red Green Blue C M Y K H S L
Decimal 1 27 126 0.99 0.79 0 0.51 227.52 0.98 0.25
Hex 1 1B 7E 63 4F 0 33 E4 62 19
Octal 1 33 176 143 117 0 63 344 142 31
Binary 1 11011 1111110 1100011 1001111 0 110011 11100100 1100010 11001

Color Harmonies of #011B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B7E

Black with #011B7E

Text Example


Text Example

White with #011B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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