Html Css Color HEX #013C94 Smalt

📋 copy color: '#013C94'

red 1 ◦ green 60 ◦ blue 148

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

Shades of Smalt #013C94

Tints of Smalt #013C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 70.81%

R = 0.48%
G = 28.71%
B = 70.81%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013C94 (or 0x013C94) is known color: Smalt. HEX triplet: 01, 3C and 94. RGB value is (1,60,148). Sum of RGB (Red+Green+Blue) = 1+60+148=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #013C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C94 is #FEC36B. Grayscale: #333333. Windows color (decimal): -16696172 or 9714689. OLE color: 9714689.

HSL color Cylindrical-coordinate representation of color #013C94: hue angle of 215.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C94 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 60 148 -
CMYK 0.99 0.59 0 0.42
HSL 215.92º 0.99% 0.29% -
HSV(B) 215.92º 0.99% 0.58% -
XYZ 6.97 5.38 28.69 -
YUV 52.39 181.95 91.34 -
System Red Green Blue C M Y K H S L
Decimal 1 60 148 0.99 0.59 0 0.42 215.92 0.99 0.29
Hex 1 3C 94 63 3B 0 2A D8 63 1D
Octal 1 74 224 143 73 0 52 330 143 35
Binary 1 111100 10010100 1100011 111011 0 101010 11011000 1100011 11101

Color Harmonies of #013C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C94

Black with #013C94

Text Example


Text Example

White with #013C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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