Html Css Color HEX #013B9B Smalt

📋 copy color: '#013B9B'

red 1 ◦ green 59 ◦ blue 155

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

Shades of Smalt #013B9B

Tints of Smalt #013B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 72.09%

R = 0.47%
G = 27.44%
B = 72.09%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#013B9B (or 0x013B9B) is known color: Smalt. HEX triplet: 01, 3B and 9B. RGB value is (1,59,155). Sum of RGB (Red+Green+Blue) = 1+59+155=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #013B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013B9B is #FEC464. Grayscale: #343434. Windows color (decimal): -16696421 or 10173185. OLE color: 10173185.

HSL color Cylindrical-coordinate representation of color #013B9B: hue angle of 217.4º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B9B is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 59 155 -
CMYK 0.99 0.62 0 0.39
HSL 217.4º 0.99% 0.31% -
HSV(B) 217.4º 0.99% 0.61% -
XYZ 7.49 5.5 31.68 -
YUV 52.6 185.78 91.19 -
System Red Green Blue C M Y K H S L
Decimal 1 59 155 0.99 0.62 0 0.39 217.4 0.99 0.31
Hex 1 3B 9B 63 3E 0 27 D9 63 1F
Octal 1 73 233 143 76 0 47 331 143 37
Binary 1 111011 10011011 1100011 111110 0 100111 11011001 1100011 11111

Color Harmonies of #013B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B9B

Black with #013B9B

Text Example


Text Example

White with #013B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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