Html Css Color HEX #001E90 Smalt

📋 copy color: '#001E90'

red 0 ◦ green 30 ◦ blue 144

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

Shades of Smalt #001E90

Tints of Smalt #001E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 82.76%

R = 0%
G = 17.24%
B = 82.76%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#001E90 (or 0x001E90) is known color: Smalt. HEX triplet: 00, 1E and 90. RGB value is (0,30,144). Sum of RGB (Red+Green+Blue) = 0+30+144=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 144 (56.64% from 255 or 82.76% from 174); Max value from RGB is 144 - color contains mainly: blue. Hex color #001E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001E90 is #FFE16F. Grayscale: #212121. Windows color (decimal): -16769392 or 9444864. OLE color: 9444864.

HSL color Cylindrical-coordinate representation of color #001E90: hue angle of 227.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E90 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 30 144 -
CMYK 1 0.79 0 0.44
HSL 227.5º 1% 0.28% -
HSV(B) 227.5º 1% 0.56% -
XYZ 5.5 2.94 26.66 -
YUV 34.03 190.06 103.73 -
System Red Green Blue C M Y K H S L
Decimal 0 30 144 1 0.79 0 0.44 227.5 1 0.28
Hex 0 1E 90 64 4F 0 2C E4 64 1C
Octal 0 36 220 144 117 0 54 344 144 34
Binary 0 11110 10010000 1100100 1001111 0 101100 11100100 1100100 11100

Color Harmonies of #001E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E90

Black with #001E90

Text Example


Text Example

White with #001E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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