Html Css Color HEX #001E8F Smalt

📋 copy color: '#001E8F'

red 0 ◦ green 30 ◦ blue 143

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

Shades of Smalt #001E8F

Tints of Smalt #001E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 82.66%

R = 0%
G = 17.34%
B = 82.66%

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

#001E8F (or 0x001E8F) is known color: Smalt. HEX triplet: 00, 1E and 8F. RGB value is (0,30,143). Sum of RGB (Red+Green+Blue) = 0+30+143=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 143 (56.25% from 255 or 82.66% from 173); Max value from RGB is 143 - color contains mainly: blue. Hex color #001E8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001E8F is #FFE170. Grayscale: #212121. Windows color (decimal): -16769393 or 9379328. OLE color: 9379328.

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

Color convert

RGB 0 30 143 -
CMYK 1 0.79 0 0.44
HSL 227.41º 1% 0.28% -
HSV(B) 227.41º 1% 0.56% -
XYZ 5.42 2.91 26.26 -
YUV 33.91 189.56 103.81 -
System Red Green Blue C M Y K H S L
Decimal 0 30 143 1 0.79 0 0.44 227.41 1 0.28
Hex 0 1E 8F 64 4F 0 2C E3 64 1C
Octal 0 36 217 144 117 0 54 343 144 34
Binary 0 11110 10001111 1100100 1001111 0 101100 11100011 1100100 11100

Color Harmonies of #001E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E8F

Black with #001E8F

Text Example


Text Example

White with #001E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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