Html Css Color HEX #011B49 Sapphire

📋 copy color: '#011B49'

red 1 ◦ green 27 ◦ blue 73

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

Shades of Sapphire #011B49

Tints of Sapphire #011B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 72.28%

R = 0.99%
G = 26.73%
B = 72.28%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#011B49 (or 0x011B49) is known color: Sapphire. HEX triplet: 01, 1B and 49. RGB value is (1,27,73). Sum of RGB (Red+Green+Blue) = 1+27+73=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #011B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B49 is #FEE4B6. Grayscale: #181818. Windows color (decimal): -16704695 or 4791041. OLE color: 4791041.

HSL color Cylindrical-coordinate representation of color #011B49: hue angle of 218.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B49 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 27 73 -
CMYK 0.99 0.63 0 0.71
HSL 218.33º 0.97% 0.15% -
HSV(B) 218.33º 0.99% 0.29% -
XYZ 1.61 1.27 6.46 -
YUV 24.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 1 27 73 0.99 0.63 0 0.71 218.33 0.97 0.15
Hex 1 1B 49 63 3F 0 47 DA 61 F
Octal 1 33 111 143 77 0 107 332 141 17
Binary 1 11011 1001001 1100011 111111 0 1000111 11011010 1100001 1111

Color Harmonies of #011B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B49

Black with #011B49

Text Example


Text Example

White with #011B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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