Html Css Color HEX #013E9F Smalt

📋 copy color: '#013E9F'

red 1 ◦ green 62 ◦ blue 159

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

Shades of Smalt #013E9F

Tints of Smalt #013E9F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.93%

 BLUE value IS 159 (62.5% from 255) = 71.62%

R = 0.45%
G = 27.93%
B = 71.62%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#013E9F (or 0x013E9F) is known color: Smalt. HEX triplet: 01, 3E and 9F. RGB value is (1,62,159). Sum of RGB (Red+Green+Blue) = 1+62+159=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #013E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013E9F is #FEC160. Grayscale: #363636. Windows color (decimal): -16695649 or 10436097. OLE color: 10436097.

HSL color Cylindrical-coordinate representation of color #013E9F: hue angle of 216.84º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E9F is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 62 159 -
CMYK 0.99 0.61 0 0.38
HSL 216.84º 0.99% 0.31% -
HSV(B) 216.84º 0.99% 0.62% -
XYZ 7.99 5.95 33.53 -
YUV 54.82 186.79 89.61 -
System Red Green Blue C M Y K H S L
Decimal 1 62 159 0.99 0.61 0 0.38 216.84 0.99 0.31
Hex 1 3E 9F 63 3D 0 26 D9 63 1F
Octal 1 76 237 143 75 0 46 331 143 37
Binary 1 111110 10011111 1100011 111101 0 100110 11011001 1100011 11111

Color Harmonies of #013E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E9F

Black with #013E9F

Text Example


Text Example

White with #013E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013E9F; }

 p { color: rgb(1,62,159); }

 H1.HeaderClassName
 {
   color: #013E9F;
 }
 .AnyTagClassName
 {
   color: #013E9F;
 }
</style>

background-color css

<style>
 a { background-color: #013E9F; }

 a { background-color: rgb(1,62,159); }

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

border-color css

<style>
 span { border-color: #013E9F; }

 span { border-color: rgb(1,62,159); }

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