Html Css Color HEX #013C99 Smalt

📋 copy color: '#013C99'

red 1 ◦ green 60 ◦ blue 153

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

Shades of Smalt #013C99

Tints of Smalt #013C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 71.5%

R = 0.47%
G = 28.04%
B = 71.5%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#013C99 (or 0x013C99) is known color: Smalt. HEX triplet: 01, 3C and 99. RGB value is (1,60,153). Sum of RGB (Red+Green+Blue) = 1+60+153=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #013C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C99 is #FEC366. Grayscale: #343434. Windows color (decimal): -16696167 or 10042369. OLE color: 10042369.

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

Color convert

RGB 1 60 153 -
CMYK 0.99 0.61 0 0.4
HSL 216.71º 0.99% 0.3% -
HSV(B) 216.71º 0.99% 0.6% -
XYZ 7.38 5.54 30.82 -
YUV 52.96 184.45 90.94 -
System Red Green Blue C M Y K H S L
Decimal 1 60 153 0.99 0.61 0 0.4 216.71 0.99 0.3
Hex 1 3C 99 63 3D 0 28 D9 63 1E
Octal 1 74 231 143 75 0 50 331 143 36
Binary 1 111100 10011001 1100011 111101 0 101000 11011001 1100011 11110

Color Harmonies of #013C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C99

Black with #013C99

Text Example


Text Example

White with #013C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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