Html Css Color HEX #013C9F Smalt

📋 copy color: '#013C9F'

red 1 ◦ green 60 ◦ blue 159

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

Shades of Smalt #013C9F

Tints of Smalt #013C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 72.27%

R = 0.45%
G = 27.27%
B = 72.27%

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

#013C9F (or 0x013C9F) is known color: Smalt. HEX triplet: 01, 3C and 9F. RGB value is (1,60,159). Sum of RGB (Red+Green+Blue) = 1+60+159=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #013C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C9F is #FEC360. Grayscale: #353535. Windows color (decimal): -16696161 or 10435585. OLE color: 10435585.

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

Color convert

RGB 1 60 159 -
CMYK 0.99 0.62 0 0.38
HSL 217.59º 0.99% 0.31% -
HSV(B) 217.59º 0.99% 0.62% -
XYZ 7.89 5.74 33.49 -
YUV 53.65 187.45 90.45 -
System Red Green Blue C M Y K H S L
Decimal 1 60 159 0.99 0.62 0 0.38 217.59 0.99 0.31
Hex 1 3C 9F 63 3E 0 26 DA 63 1F
Octal 1 74 237 143 76 0 46 332 143 37
Binary 1 111100 10011111 1100011 111110 0 100110 11011010 1100011 11111

Color Harmonies of #013C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C9F

Black with #013C9F

Text Example


Text Example

White with #013C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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