Html Css Color HEX #001E93 Smalt

📋 copy color: '#001E93'

red 0 ◦ green 30 ◦ blue 147

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

Shades of Smalt #001E93

Tints of Smalt #001E93

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 30 (12.11% from 255) = 16.95%

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

R = 0%
G = 16.95%
B = 83.05%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001E93 (or 0x001E93) is known color: Smalt. HEX triplet: 00, 1E and 93. RGB value is (0,30,147). Sum of RGB (Red+Green+Blue) = 0+30+147=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 147 (57.81% from 255 or 83.05% from 177); Max value from RGB is 147 - color contains mainly: blue. Hex color #001E93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001E93 is #FFE16C. Grayscale: #212121. Windows color (decimal): -16769389 or 9641472. OLE color: 9641472.

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

Color convert

RGB 0 30 147 -
CMYK 1 0.80 0 0.42
HSL 227.76º 1% 0.29% -
HSV(B) 227.76º 1% 0.58% -
XYZ 5.73 3.04 27.89 -
YUV 34.37 191.56 103.49 -
System Red Green Blue C M Y K H S L
Decimal 0 30 147 1 0.80 0 0.42 227.76 1 0.29
Hex 0 1E 93 64 50 0 2A E4 64 1D
Octal 0 36 223 144 120 0 52 344 144 35
Binary 0 11110 10010011 1100100 1010000 0 101010 11100100 1100100 11101

Color Harmonies of #001E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E93

Black with #001E93

Text Example


Text Example

White with #001E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001E93; }

 p { color: rgb(0,30,147); }

 H1.HeaderClassName
 {
   color: #001E93;
 }
 .AnyTagClassName
 {
   color: #001E93;
 }
</style>

background-color css

<style>
 a { background-color: #001E93; }

 a { background-color: rgb(0,30,147); }

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

border-color css

<style>
 span { border-color: #001E93; }

 span { border-color: rgb(0,30,147); }

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