Html Css Color HEX #011B8B Smalt

📋 copy color: '#011B8B'

red 1 ◦ green 27 ◦ blue 139

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

Shades of Smalt #011B8B

Tints of Smalt #011B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 83.23%

R = 0.6%
G = 16.17%
B = 83.23%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#011B8B (or 0x011B8B) is known color: Smalt. HEX triplet: 01, 1B and 8B. RGB value is (1,27,139). Sum of RGB (Red+Green+Blue) = 1+27+139=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #011B8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B8B is #FEE474. Grayscale: #1F1F1F. Windows color (decimal): -16704629 or 9116417. OLE color: 9116417.

HSL color Cylindrical-coordinate representation of color #011B8B: hue angle of 228.7º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B8B is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 27 139 -
CMYK 0.99 0.81 0 0.45
HSL 228.7º 0.99% 0.27% -
HSV(B) 228.7º 0.99% 0.55% -
XYZ 5.06 2.65 24.67 -
YUV 31.99 188.39 105.89 -
System Red Green Blue C M Y K H S L
Decimal 1 27 139 0.99 0.81 0 0.45 228.7 0.99 0.27
Hex 1 1B 8B 63 51 0 2D E5 63 1B
Octal 1 33 213 143 121 0 55 345 143 33
Binary 1 11011 10001011 1100011 1010001 0 101101 11100101 1100011 11011

Color Harmonies of #011B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B8B

Black with #011B8B

Text Example


Text Example

White with #011B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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