Html Css Color HEX #013C9E Smalt

📋 copy color: '#013C9E'

red 1 ◦ green 60 ◦ blue 158

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

Shades of Smalt #013C9E

Tints of Smalt #013C9E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.4%

 BLUE value IS 158 (62.11% from 255) = 72.15%

R = 0.46%
G = 27.4%
B = 72.15%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#013C9E (or 0x013C9E) is known color: Smalt. HEX triplet: 01, 3C and 9E. RGB value is (1,60,158). Sum of RGB (Red+Green+Blue) = 1+60+158=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 158 (62.11% from 255 or 72.15% from 219); Max value from RGB is 158 - color contains mainly: blue. Hex color #013C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C9E is #FEC361. Grayscale: #353535. Windows color (decimal): -16696162 or 10370049. OLE color: 10370049.

HSL color Cylindrical-coordinate representation of color #013C9E: hue angle of 217.45º 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 #013C9E is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 60 158 -
CMYK 0.99 0.62 0 0.38
HSL 217.45º 0.99% 0.31% -
HSV(B) 217.45º 0.99% 0.62% -
XYZ 7.8 5.71 33.04 -
YUV 53.53 186.95 90.53 -
System Red Green Blue C M Y K H S L
Decimal 1 60 158 0.99 0.62 0 0.38 217.45 0.99 0.31
Hex 1 3C 9E 63 3E 0 26 D9 63 1F
Octal 1 74 236 143 76 0 46 331 143 37
Binary 1 111100 10011110 1100011 111110 0 100110 11011001 1100011 11111

Color Harmonies of #013C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C9E

Black with #013C9E

Text Example


Text Example

White with #013C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,60,158); }

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

background-color css

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

 a { background-color: rgb(1,60,158); }

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

border-color css

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

 span { border-color: rgb(1,60,158); }

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