Html Css Color HEX #124495 Smalt

📋 copy color: '#124495'

red 18 ◦ green 68 ◦ blue 149

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

Shades of Smalt #124495

Tints of Smalt #124495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.94%

 BLUE value IS 149 (58.59% from 255) = 63.4%

R = 7.66%
G = 28.94%
B = 63.4%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124495 (or 0x124495) is known color: Smalt. HEX triplet: 12, 44 and 95. RGB value is (18,68,149). Sum of RGB (Red+Green+Blue) = 18+68+149=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #124495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124495 is #EDBB6A. Grayscale: #3D3D3D. Windows color (decimal): -15580011 or 9782290. OLE color: 9782290.

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

Color convert

RGB 18 68 149 -
CMYK 0.88 0.54 0 0.42
HSL 217.1º 0.78% 0.33% -
HSV(B) 217.1º 0.88% 0.58% -
XYZ 7.74 6.43 29.27 -
YUV 62.28 176.94 96.41 -
System Red Green Blue C M Y K H S L
Decimal 18 68 149 0.88 0.54 0 0.42 217.1 0.78 0.33
Hex 12 44 95 58 36 0 2A D9 4E 21
Octal 22 104 225 130 66 0 52 331 116 41
Binary 10010 1000100 10010101 1011000 110110 0 101010 11011001 1001110 100001

Color Harmonies of #124495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124495

Black with #124495

Text Example


Text Example

White with #124495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124495; }

 p { color: rgb(18,68,149); }

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

background-color css

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

 a { background-color: rgb(18,68,149); }

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

border-color css

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

 span { border-color: rgb(18,68,149); }

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