Html Css Color HEX #124595 Smalt

📋 copy color: '#124595'

red 18 ◦ green 69 ◦ blue 149

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

Shades of Smalt #124595

Tints of Smalt #124595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

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

R = 7.63%
G = 29.24%
B = 63.14%

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

#124595 (or 0x124595) is known color: Smalt. HEX triplet: 12, 45 and 95. RGB value is (18,69,149). Sum of RGB (Red+Green+Blue) = 18+69+149=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #124595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124595 is #EDBA6A. Grayscale: #3E3E3E. Windows color (decimal): -15579755 or 9782546. OLE color: 9782546.

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

Color convert

RGB 18 69 149 -
CMYK 0.88 0.54 0 0.42
HSL 216.64º 0.78% 0.33% -
HSV(B) 216.64º 0.88% 0.58% -
XYZ 7.8 6.55 29.29 -
YUV 62.87 176.6 96 -
System Red Green Blue C M Y K H S L
Decimal 18 69 149 0.88 0.54 0 0.42 216.64 0.78 0.33
Hex 12 45 95 58 36 0 2A D9 4E 21
Octal 22 105 225 130 66 0 52 331 116 41
Binary 10010 1000101 10010101 1011000 110110 0 101010 11011001 1001110 100001

Color Harmonies of #124595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124595

Black with #124595

Text Example


Text Example

White with #124595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124595; }

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

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

background-color css

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

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

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

border-color css

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

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

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