Html Css Color HEX #013B8D Smalt

📋 copy color: '#013B8D'

red 1 ◦ green 59 ◦ blue 141

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

Shades of Smalt #013B8D

Tints of Smalt #013B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 70.15%

R = 0.5%
G = 29.35%
B = 70.15%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#013B8D (or 0x013B8D) is known color: Smalt. HEX triplet: 01, 3B and 8D. RGB value is (1,59,141). Sum of RGB (Red+Green+Blue) = 1+59+141=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #013B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013B8D is #FEC472. Grayscale: #323232. Windows color (decimal): -16696435 or 9255681. OLE color: 9255681.

HSL color Cylindrical-coordinate representation of color #013B8D: hue angle of 215.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B8D is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 59 141 -
CMYK 0.99 0.58 0 0.45
HSL 215.14º 0.99% 0.28% -
HSV(B) 215.14º 0.99% 0.55% -
XYZ 6.38 5.06 25.84 -
YUV 51.01 178.78 92.33 -
System Red Green Blue C M Y K H S L
Decimal 1 59 141 0.99 0.58 0 0.45 215.14 0.99 0.28
Hex 1 3B 8D 63 3A 0 2D D7 63 1C
Octal 1 73 215 143 72 0 55 327 143 34
Binary 1 111011 10001101 1100011 111010 0 101101 11010111 1100011 11100

Color Harmonies of #013B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B8D

Black with #013B8D

Text Example


Text Example

White with #013B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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