Html Css Color HEX #013889 Smalt

📋 copy color: '#013889'

red 1 ◦ green 56 ◦ blue 137

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

Shades of Smalt #013889

Tints of Smalt #013889

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

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

R = 0.52%
G = 28.87%
B = 70.62%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#013889 (or 0x013889) is known color: Smalt. HEX triplet: 01, 38 and 89. RGB value is (1,56,137). Sum of RGB (Red+Green+Blue) = 1+56+137=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #013889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013889 is #FEC776. Grayscale: #303030. Windows color (decimal): -16697207 or 8992769. OLE color: 8992769.

HSL color Cylindrical-coordinate representation of color #013889: hue angle of 215.74º 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 #013889 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 56 137 -
CMYK 0.99 0.59 0 0.46
HSL 215.74º 0.99% 0.27% -
HSV(B) 215.74º 0.99% 0.54% -
XYZ 5.94 4.64 24.25 -
YUV 48.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 1 56 137 0.99 0.59 0 0.46 215.74 0.99 0.27
Hex 1 38 89 63 3B 0 2E D8 63 1B
Octal 1 70 211 143 73 0 56 330 143 33
Binary 1 111000 10001001 1100011 111011 0 101110 11011000 1100011 11011

Color Harmonies of #013889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013889

Black with #013889

Text Example


Text Example

White with #013889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013889; }

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

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

background-color css

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

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

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

border-color css

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

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

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