Html Css Color HEX #013A89 Smalt

📋 copy color: '#013A89'

red 1 ◦ green 58 ◦ blue 137

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

Shades of Smalt #013A89

Tints of Smalt #013A89

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.59%

 BLUE value IS 137 (53.91% from 255) = 69.9%

R = 0.51%
G = 29.59%
B = 69.9%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#013A89 (or 0x013A89) is known color: Smalt. HEX triplet: 01, 3A and 89. RGB value is (1,58,137). Sum of RGB (Red+Green+Blue) = 1+58+137=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #013A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013A89 is #FEC576. Grayscale: #313131. Windows color (decimal): -16696695 or 8993281. OLE color: 8993281.

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

Color convert

RGB 1 58 137 -
CMYK 0.99 0.58 0 0.46
HSL 214.85º 0.99% 0.27% -
HSV(B) 214.85º 0.99% 0.54% -
XYZ 6.04 4.84 24.28 -
YUV 49.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 1 58 137 0.99 0.58 0 0.46 214.85 0.99 0.27
Hex 1 3A 89 63 3A 0 2E D7 63 1B
Octal 1 72 211 143 72 0 56 327 143 33
Binary 1 111010 10001001 1100011 111010 0 101110 11010111 1100011 11011

Color Harmonies of #013A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A89

Black with #013A89

Text Example


Text Example

White with #013A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,58,137); }

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

background-color css

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

 a { background-color: rgb(1,58,137); }

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

border-color css

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

 span { border-color: rgb(1,58,137); }

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