Html Css Color HEX #011B7B Sapphire

📋 copy color: '#011B7B'

red 1 ◦ green 27 ◦ blue 123

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

Shades of Sapphire #011B7B

Tints of Sapphire #011B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 81.46%

R = 0.66%
G = 17.88%
B = 81.46%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#011B7B (or 0x011B7B) is known color: Sapphire. HEX triplet: 01, 1B and 7B. RGB value is (1,27,123). Sum of RGB (Red+Green+Blue) = 1+27+123=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 123 (48.44% from 255 or 81.46% from 151); Max value from RGB is 123 - color contains mainly: blue. Hex color #011B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B7B is #FEE484. Grayscale: #1D1D1D. Windows color (decimal): -16704645 or 8067841. OLE color: 8067841.

HSL color Cylindrical-coordinate representation of color #011B7B: hue angle of 227.21º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B7B is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 27 123 -
CMYK 0.99 0.78 0 0.52
HSL 227.21º 0.98% 0.24% -
HSV(B) 227.21º 0.99% 0.48% -
XYZ 3.98 2.22 18.96 -
YUV 30.17 180.39 107.19 -
System Red Green Blue C M Y K H S L
Decimal 1 27 123 0.99 0.78 0 0.52 227.21 0.98 0.24
Hex 1 1B 7B 63 4E 0 34 E3 62 18
Octal 1 33 173 143 116 0 64 343 142 30
Binary 1 11011 1111011 1100011 1001110 0 110100 11100011 1100010 11000

Color Harmonies of #011B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B7B

Black with #011B7B

Text Example


Text Example

White with #011B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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