Html Css Color HEX #013F93 Smalt

📋 copy color: '#013F93'

red 1 ◦ green 63 ◦ blue 147

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

Shades of Smalt #013F93

Tints of Smalt #013F93

RGB

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

 GREEN value IS 63 (25% from 255) = 29.86%

 BLUE value IS 147 (57.81% from 255) = 69.67%

R = 0.47%
G = 29.86%
B = 69.67%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013F93 (or 0x013F93) is known color: Smalt. HEX triplet: 01, 3F and 93. RGB value is (1,63,147). Sum of RGB (Red+Green+Blue) = 1+63+147=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #013F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013F93 is #FEC06C. Grayscale: #353535. Windows color (decimal): -16695405 or 9649921. OLE color: 9649921.

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

Color convert

RGB 1 63 147 -
CMYK 0.99 0.57 0 0.42
HSL 214.52º 0.99% 0.29% -
HSV(B) 214.52º 0.99% 0.58% -
XYZ 7.06 5.67 28.33 -
YUV 54.04 180.46 90.17 -
System Red Green Blue C M Y K H S L
Decimal 1 63 147 0.99 0.57 0 0.42 214.52 0.99 0.29
Hex 1 3F 93 63 39 0 2A D7 63 1D
Octal 1 77 223 143 71 0 52 327 143 35
Binary 1 111111 10010011 1100011 111001 0 101010 11010111 1100011 11101

Color Harmonies of #013F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F93

Black with #013F93

Text Example


Text Example

White with #013F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,63,147); }

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

background-color css

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

 a { background-color: rgb(1,63,147); }

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

border-color css

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

 span { border-color: rgb(1,63,147); }

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