Html Css Color HEX #124292 Smalt

📋 copy color: '#124292'

red 18 ◦ green 66 ◦ blue 146

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

Shades of Smalt #124292

Tints of Smalt #124292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.48%

R = 7.83%
G = 28.7%
B = 63.48%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#124292 (or 0x124292) is known color: Smalt. HEX triplet: 12, 42 and 92. RGB value is (18,66,146). Sum of RGB (Red+Green+Blue) = 18+66+146=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #124292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124292 is #EDBD6D. Grayscale: #3C3C3C. Windows color (decimal): -15580526 or 9585170. OLE color: 9585170.

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

Color convert

RGB 18 66 146 -
CMYK 0.88 0.55 0 0.43
HSL 217.5º 0.78% 0.32% -
HSV(B) 217.5º 0.88% 0.57% -
XYZ 7.39 6.1 27.98 -
YUV 60.77 176.1 97.5 -
System Red Green Blue C M Y K H S L
Decimal 18 66 146 0.88 0.55 0 0.43 217.5 0.78 0.32
Hex 12 42 92 58 37 0 2B DA 4E 20
Octal 22 102 222 130 67 0 53 332 116 40
Binary 10010 1000010 10010010 1011000 110111 0 101011 11011010 1001110 100000

Color Harmonies of #124292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124292

Black with #124292

Text Example


Text Example

White with #124292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124292; }

 p { color: rgb(18,66,146); }

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

background-color css

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

 a { background-color: rgb(18,66,146); }

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

border-color css

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

 span { border-color: rgb(18,66,146); }

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