Html Css Color HEX #013B9D Smalt

📋 copy color: '#013B9D'

red 1 ◦ green 59 ◦ blue 157

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

Shades of Smalt #013B9D

Tints of Smalt #013B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 72.35%

R = 0.46%
G = 27.19%
B = 72.35%

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

#013B9D (or 0x013B9D) is known color: Smalt. HEX triplet: 01, 3B and 9D. RGB value is (1,59,157). Sum of RGB (Red+Green+Blue) = 1+59+157=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #013B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013B9D is #FEC462. Grayscale: #343434. Windows color (decimal): -16696419 or 10304257. OLE color: 10304257.

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

Color convert

RGB 1 59 157 -
CMYK 0.99 0.62 0 0.38
HSL 217.69º 0.99% 0.31% -
HSV(B) 217.69º 0.99% 0.62% -
XYZ 7.66 5.57 32.57 -
YUV 52.83 186.78 91.03 -
System Red Green Blue C M Y K H S L
Decimal 1 59 157 0.99 0.62 0 0.38 217.69 0.99 0.31
Hex 1 3B 9D 63 3E 0 26 DA 63 1F
Octal 1 73 235 143 76 0 46 332 143 37
Binary 1 111011 10011101 1100011 111110 0 100110 11011010 1100011 11111

Color Harmonies of #013B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B9D

Black with #013B9D

Text Example


Text Example

White with #013B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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