Html Css Color HEX #001E95 Smalt

📋 copy color: '#001E95'

red 0 ◦ green 30 ◦ blue 149

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

Shades of Smalt #001E95

Tints of Smalt #001E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 83.24%

R = 0%
G = 16.76%
B = 83.24%

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

#001E95 (or 0x001E95) is known color: Smalt. HEX triplet: 00, 1E and 95. RGB value is (0,30,149). Sum of RGB (Red+Green+Blue) = 0+30+149=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 149 (58.59% from 255 or 83.24% from 179); Max value from RGB is 149 - color contains mainly: blue. Hex color #001E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001E95 is #FFE16A. Grayscale: #222222. Windows color (decimal): -16769387 or 9772544. OLE color: 9772544.

HSL color Cylindrical-coordinate representation of color #001E95: hue angle of 227.92º 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 #001E95 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 30 149 -
CMYK 1 0.80 0 0.42
HSL 227.92º 1% 0.29% -
HSV(B) 227.92º 1% 0.58% -
XYZ 5.89 3.1 28.72 -
YUV 34.6 192.56 103.32 -
System Red Green Blue C M Y K H S L
Decimal 0 30 149 1 0.80 0 0.42 227.92 1 0.29
Hex 0 1E 95 64 50 0 2A E4 64 1D
Octal 0 36 225 144 120 0 52 344 144 35
Binary 0 11110 10010101 1100100 1010000 0 101010 11100100 1100100 11101

Color Harmonies of #001E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E95

Black with #001E95

Text Example


Text Example

White with #001E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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