Html Css Color HEX #011B8A Smalt

📋 copy color: '#011B8A'

red 1 ◦ green 27 ◦ blue 138

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

Shades of Smalt #011B8A

Tints of Smalt #011B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 83.13%

R = 0.6%
G = 16.27%
B = 83.13%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#011B8A (or 0x011B8A) is known color: Smalt. HEX triplet: 01, 1B and 8A. RGB value is (1,27,138). Sum of RGB (Red+Green+Blue) = 1+27+138=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 138 (54.30% from 255 or 83.13% from 166); Max value from RGB is 138 - color contains mainly: blue. Hex color #011B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B8A is #FEE475. Grayscale: #1F1F1F. Windows color (decimal): -16704630 or 9050881. OLE color: 9050881.

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

Color convert

RGB 1 27 138 -
CMYK 0.99 0.80 0 0.46
HSL 228.61º 0.99% 0.27% -
HSV(B) 228.61º 0.99% 0.54% -
XYZ 4.99 2.63 24.29 -
YUV 31.88 187.89 105.97 -
System Red Green Blue C M Y K H S L
Decimal 1 27 138 0.99 0.80 0 0.46 228.61 0.99 0.27
Hex 1 1B 8A 63 50 0 2E E5 63 1B
Octal 1 33 212 143 120 0 56 345 143 33
Binary 1 11011 10001010 1100011 1010000 0 101110 11100101 1100011 11011

Color Harmonies of #011B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B8A

Black with #011B8A

Text Example


Text Example

White with #011B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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