Html Css Color HEX #124193 Smalt

📋 copy color: '#124193'

red 18 ◦ green 65 ◦ blue 147

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

Shades of Smalt #124193

Tints of Smalt #124193

RGB

 RED value IS 18 (7.42% from 255) = 7.83%

 GREEN value IS 65 (25.78% from 255) = 28.26%

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

R = 7.83%
G = 28.26%
B = 63.91%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124193 (or 0x124193) is known color: Smalt. HEX triplet: 12, 41 and 93. RGB value is (18,65,147). Sum of RGB (Red+Green+Blue) = 18+65+147=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #124193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124193 is #EDBE6C. Grayscale: #3B3B3B. Windows color (decimal): -15580781 or 9650450. OLE color: 9650450.

HSL color Cylindrical-coordinate representation of color #124193: hue angle of 218.14º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124193 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 65 147 -
CMYK 0.88 0.56 0 0.42
HSL 218.14º 0.78% 0.32% -
HSV(B) 218.14º 0.88% 0.58% -
XYZ 7.41 6.02 28.37 -
YUV 60.3 176.93 97.83 -
System Red Green Blue C M Y K H S L
Decimal 18 65 147 0.88 0.56 0 0.42 218.14 0.78 0.32
Hex 12 41 93 58 38 0 2A DA 4E 20
Octal 22 101 223 130 70 0 52 332 116 40
Binary 10010 1000001 10010011 1011000 111000 0 101010 11011010 1001110 100000

Color Harmonies of #124193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124193

Black with #124193

Text Example


Text Example

White with #124193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124193; }

 p { color: rgb(18,65,147); }

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

background-color css

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

 a { background-color: rgb(18,65,147); }

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

border-color css

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

 span { border-color: rgb(18,65,147); }

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