Html Css Color HEX #013C9A Smalt

📋 copy color: '#013C9A'

red 1 ◦ green 60 ◦ blue 154

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

Shades of Smalt #013C9A

Tints of Smalt #013C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 71.63%

R = 0.47%
G = 27.91%
B = 71.63%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#013C9A (or 0x013C9A) is known color: Smalt. HEX triplet: 01, 3C and 9A. RGB value is (1,60,154). Sum of RGB (Red+Green+Blue) = 1+60+154=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #013C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C9A is #FEC365. Grayscale: #343434. Windows color (decimal): -16696166 or 10107905. OLE color: 10107905.

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

Color convert

RGB 1 60 154 -
CMYK 0.99 0.61 0 0.40
HSL 216.86º 0.99% 0.3% -
HSV(B) 216.86º 0.99% 0.6% -
XYZ 7.46 5.57 31.25 -
YUV 53.08 184.95 90.86 -
System Red Green Blue C M Y K H S L
Decimal 1 60 154 0.99 0.61 0 0.40 216.86 0.99 0.3
Hex 1 3C 9A 63 3D 0 28 D9 63 1E
Octal 1 74 232 143 75 0 50 331 143 36
Binary 1 111100 10011010 1100011 111101 0 101000 11011001 1100011 11110

Color Harmonies of #013C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C9A

Black with #013C9A

Text Example


Text Example

White with #013C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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