Html Css Color HEX #134094 Smalt

📋 copy color: '#134094'

red 19 ◦ green 64 ◦ blue 148

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

Shades of Smalt #134094

Tints of Smalt #134094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 64.07%

R = 8.23%
G = 27.71%
B = 64.07%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134094 (or 0x134094) is known color: Smalt. HEX triplet: 13, 40 and 94. RGB value is (19,64,148). Sum of RGB (Red+Green+Blue) = 19+64+148=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #134094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134094 is #ECBF6B. Grayscale: #3B3B3B. Windows color (decimal): -15515500 or 9715731. OLE color: 9715731.

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

Color convert

RGB 19 64 148 -
CMYK 0.87 0.57 0 0.42
HSL 219.07º 0.77% 0.33% -
HSV(B) 219.07º 0.87% 0.58% -
XYZ 7.45 5.94 28.77 -
YUV 60.12 177.59 98.67 -
System Red Green Blue C M Y K H S L
Decimal 19 64 148 0.87 0.57 0 0.42 219.07 0.77 0.33
Hex 13 40 94 57 39 0 2A DB 4D 21
Octal 23 100 224 127 71 0 52 333 115 41
Binary 10011 1000000 10010100 1010111 111001 0 101010 11011011 1001101 100001

Color Harmonies of #134094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134094

Black with #134094

Text Example


Text Example

White with #134094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134094; }

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

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

background-color css

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

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

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

border-color css

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

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

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