Html Css Color HEX #011B7D Sapphire

📋 copy color: '#011B7D'

red 1 ◦ green 27 ◦ blue 125

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

Shades of Sapphire #011B7D

Tints of Sapphire #011B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 81.7%

R = 0.65%
G = 17.65%
B = 81.7%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#011B7D (or 0x011B7D) is known color: Sapphire. HEX triplet: 01, 1B and 7D. RGB value is (1,27,125). Sum of RGB (Red+Green+Blue) = 1+27+125=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 125 (49.22% from 255 or 81.70% from 153); Max value from RGB is 125 - color contains mainly: blue. Hex color #011B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B7D is #FEE482. Grayscale: #1D1D1D. Windows color (decimal): -16704643 or 8198913. OLE color: 8198913.

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

Color convert

RGB 1 27 125 -
CMYK 0.99 0.78 0 0.51
HSL 227.42º 0.98% 0.25% -
HSV(B) 227.42º 0.99% 0.49% -
XYZ 4.11 2.27 19.62 -
YUV 30.4 181.39 107.03 -
System Red Green Blue C M Y K H S L
Decimal 1 27 125 0.99 0.78 0 0.51 227.42 0.98 0.25
Hex 1 1B 7D 63 4E 0 33 E3 62 19
Octal 1 33 175 143 116 0 63 343 142 31
Binary 1 11011 1111101 1100011 1001110 0 110011 11100011 1100010 11001

Color Harmonies of #011B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B7D

Black with #011B7D

Text Example


Text Example

White with #011B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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