Html Css Color HEX #134293 Smalt

📋 copy color: '#134293'

red 19 ◦ green 66 ◦ blue 147

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

Shades of Smalt #134293

Tints of Smalt #134293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

 BLUE value IS 147 (57.81% from 255) = 63.36%

R = 8.19%
G = 28.45%
B = 63.36%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134293 (or 0x134293) is known color: Smalt. HEX triplet: 13, 42 and 93. RGB value is (19,66,147). Sum of RGB (Red+Green+Blue) = 19+66+147=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #134293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134293 is #ECBD6C. Grayscale: #3C3C3C. Windows color (decimal): -15514989 or 9650707. OLE color: 9650707.

HSL color Cylindrical-coordinate representation of color #134293: hue angle of 217.97º 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 #134293 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 66 147 -
CMYK 0.87 0.55 0 0.42
HSL 217.97º 0.77% 0.33% -
HSV(B) 217.97º 0.87% 0.58% -
XYZ 7.48 6.14 28.39 -
YUV 61.18 176.43 97.91 -
System Red Green Blue C M Y K H S L
Decimal 19 66 147 0.87 0.55 0 0.42 217.97 0.77 0.33
Hex 13 42 93 57 37 0 2A DA 4D 21
Octal 23 102 223 127 67 0 52 332 115 41
Binary 10011 1000010 10010011 1010111 110111 0 101010 11011010 1001101 100001

Color Harmonies of #134293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134293

Black with #134293

Text Example


Text Example

White with #134293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134293; }

 p { color: rgb(19,66,147); }

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

background-color css

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

 a { background-color: rgb(19,66,147); }

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

border-color css

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

 span { border-color: rgb(19,66,147); }

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