Html Css Color HEX #134091 Smalt

📋 copy color: '#134091'

red 19 ◦ green 64 ◦ blue 145

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

Shades of Smalt #134091

Tints of Smalt #134091

RGB

 RED value IS 19 (7.81% from 255) = 8.33%

 GREEN value IS 64 (25.39% from 255) = 28.07%

 BLUE value IS 145 (57.03% from 255) = 63.6%

R = 8.33%
G = 28.07%
B = 63.6%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#134091 (or 0x134091) is known color: Smalt. HEX triplet: 13, 40 and 91. RGB value is (19,64,145). Sum of RGB (Red+Green+Blue) = 19+64+145=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #134091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134091 is #ECBF6E. Grayscale: #3B3B3B. Windows color (decimal): -15515503 or 9519123. OLE color: 9519123.

HSL color Cylindrical-coordinate representation of color #134091: hue angle of 218.57º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134091 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 64 145 -
CMYK 0.87 0.56 0 0.43
HSL 218.57º 0.77% 0.32% -
HSV(B) 218.57º 0.87% 0.57% -
XYZ 7.21 5.85 27.54 -
YUV 59.78 176.09 98.91 -
System Red Green Blue C M Y K H S L
Decimal 19 64 145 0.87 0.56 0 0.43 218.57 0.77 0.32
Hex 13 40 91 57 38 0 2B DB 4D 20
Octal 23 100 221 127 70 0 53 333 115 40
Binary 10011 1000000 10010001 1010111 111000 0 101011 11011011 1001101 100000

Color Harmonies of #134091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134091

Black with #134091

Text Example


Text Example

White with #134091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134091; }

 p { color: rgb(19,64,145); }

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

background-color css

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

 a { background-color: rgb(19,64,145); }

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

border-color css

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

 span { border-color: rgb(19,64,145); }

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