Html Css Color HEX #013B9E Smalt

📋 copy color: '#013B9E'

red 1 ◦ green 59 ◦ blue 158

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

Shades of Smalt #013B9E

Tints of Smalt #013B9E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.06%

 BLUE value IS 158 (62.11% from 255) = 72.48%

R = 0.46%
G = 27.06%
B = 72.48%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#013B9E (or 0x013B9E) is known color: Smalt. HEX triplet: 01, 3B and 9E. RGB value is (1,59,158). Sum of RGB (Red+Green+Blue) = 1+59+158=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #013B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013B9E is #FEC461. Grayscale: #343434. Windows color (decimal): -16696418 or 10369793. OLE color: 10369793.

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

Color convert

RGB 1 59 158 -
CMYK 0.99 0.63 0 0.38
HSL 217.83º 0.99% 0.31% -
HSV(B) 217.83º 0.99% 0.62% -
XYZ 7.75 5.6 33.02 -
YUV 52.94 187.28 90.95 -
System Red Green Blue C M Y K H S L
Decimal 1 59 158 0.99 0.63 0 0.38 217.83 0.99 0.31
Hex 1 3B 9E 63 3F 0 26 DA 63 1F
Octal 1 73 236 143 77 0 46 332 143 37
Binary 1 111011 10011110 1100011 111111 0 100110 11011010 1100011 11111

Color Harmonies of #013B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B9E

Black with #013B9E

Text Example


Text Example

White with #013B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,59,158); }

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

background-color css

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

 a { background-color: rgb(1,59,158); }

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

border-color css

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

 span { border-color: rgb(1,59,158); }

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