Html Css Color HEX #011B59 Sapphire

📋 copy color: '#011B59'

red 1 ◦ green 27 ◦ blue 89

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

Shades of Sapphire #011B59

Tints of Sapphire #011B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 76.07%

R = 0.85%
G = 23.08%
B = 76.07%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#011B59 (or 0x011B59) is known color: Sapphire. HEX triplet: 01, 1B and 59. RGB value is (1,27,89). Sum of RGB (Red+Green+Blue) = 1+27+89=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #011B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B59 is #FEE4A6. Grayscale: #1A1A1A. Windows color (decimal): -16704679 or 5839617. OLE color: 5839617.

HSL color Cylindrical-coordinate representation of color #011B59: hue angle of 222.27º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B59 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 27 89 -
CMYK 0.99 0.70 0 0.65
HSL 222.27º 0.98% 0.18% -
HSV(B) 222.27º 0.99% 0.35% -
XYZ 2.21 1.51 9.63 -
YUV 26.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 1 27 89 0.99 0.70 0 0.65 222.27 0.98 0.18
Hex 1 1B 59 63 46 0 41 DE 62 12
Octal 1 33 131 143 106 0 101 336 142 22
Binary 1 11011 1011001 1100011 1000110 0 1000001 11011110 1100010 10010

Color Harmonies of #011B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B59

Black with #011B59

Text Example


Text Example

White with #011B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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