Html Css Color HEX #011B8D Smalt

📋 copy color: '#011B8D'

red 1 ◦ green 27 ◦ blue 141

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

Shades of Smalt #011B8D

Tints of Smalt #011B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 83.43%

R = 0.59%
G = 15.98%
B = 83.43%

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

#011B8D (or 0x011B8D) is known color: Smalt. HEX triplet: 01, 1B and 8D. RGB value is (1,27,141). Sum of RGB (Red+Green+Blue) = 1+27+141=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 141 (55.47% from 255 or 83.43% from 169); Max value from RGB is 141 - color contains mainly: blue. Hex color #011B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B8D is #FEE472. Grayscale: #1F1F1F. Windows color (decimal): -16704627 or 9247489. OLE color: 9247489.

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

Color convert

RGB 1 27 141 -
CMYK 0.99 0.81 0 0.45
HSL 228.86º 0.99% 0.28% -
HSV(B) 228.86º 0.99% 0.55% -
XYZ 5.21 2.71 25.45 -
YUV 32.22 189.39 105.73 -
System Red Green Blue C M Y K H S L
Decimal 1 27 141 0.99 0.81 0 0.45 228.86 0.99 0.28
Hex 1 1B 8D 63 51 0 2D E5 63 1C
Octal 1 33 215 143 121 0 55 345 143 34
Binary 1 11011 10001101 1100011 1010001 0 101101 11100101 1100011 11100

Color Harmonies of #011B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B8D

Black with #011B8D

Text Example


Text Example

White with #011B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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