Html Css Color HEX #011C93 Smalt

📋 copy color: '#011C93'

red 1 ◦ green 28 ◦ blue 147

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

Shades of Smalt #011C93

Tints of Smalt #011C93

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.91%

 BLUE value IS 147 (57.81% from 255) = 83.52%

R = 0.57%
G = 15.91%
B = 83.52%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011C93 (or 0x011C93) is known color: Smalt. HEX triplet: 01, 1C and 93. RGB value is (1,28,147). Sum of RGB (Red+Green+Blue) = 1+28+147=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 147 (57.81% from 255 or 83.52% from 176); Max value from RGB is 147 - color contains mainly: blue. Hex color #011C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C93 is #FEE36C. Grayscale: #202020. Windows color (decimal): -16704365 or 9640961. OLE color: 9640961.

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

Color convert

RGB 1 28 147 -
CMYK 0.99 0.81 0 0.42
HSL 228.9º 0.99% 0.29% -
HSV(B) 228.9º 0.99% 0.58% -
XYZ 5.69 2.94 27.87 -
YUV 33.49 192.05 104.82 -
System Red Green Blue C M Y K H S L
Decimal 1 28 147 0.99 0.81 0 0.42 228.9 0.99 0.29
Hex 1 1C 93 63 51 0 2A E5 63 1D
Octal 1 34 223 143 121 0 52 345 143 35
Binary 1 11100 10010011 1100011 1010001 0 101010 11100101 1100011 11101

Color Harmonies of #011C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C93

Black with #011C93

Text Example


Text Example

White with #011C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,28,147); }

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

background-color css

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

 a { background-color: rgb(1,28,147); }

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

border-color css

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

 span { border-color: rgb(1,28,147); }

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