Html Css Color HEX #013C92 Smalt

📋 copy color: '#013C92'

red 1 ◦ green 60 ◦ blue 146

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

Shades of Smalt #013C92

Tints of Smalt #013C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 70.53%

R = 0.48%
G = 28.99%
B = 70.53%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#013C92 (or 0x013C92) is known color: Smalt. HEX triplet: 01, 3C and 92. RGB value is (1,60,146). Sum of RGB (Red+Green+Blue) = 1+60+146=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #013C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C92 is #FEC36D. Grayscale: #333333. Windows color (decimal): -16696174 or 9583617. OLE color: 9583617.

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

Color convert

RGB 1 60 146 -
CMYK 0.99 0.59 0 0.43
HSL 215.59º 0.99% 0.29% -
HSV(B) 215.59º 0.99% 0.57% -
XYZ 6.82 5.31 27.86 -
YUV 52.16 180.95 91.51 -
System Red Green Blue C M Y K H S L
Decimal 1 60 146 0.99 0.59 0 0.43 215.59 0.99 0.29
Hex 1 3C 92 63 3B 0 2B D8 63 1D
Octal 1 74 222 143 73 0 53 330 143 35
Binary 1 111100 10010010 1100011 111011 0 101011 11011000 1100011 11101

Color Harmonies of #013C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C92

Black with #013C92

Text Example


Text Example

White with #013C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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