Html Css Color HEX #124095 Smalt

📋 copy color: '#124095'

red 18 ◦ green 64 ◦ blue 149

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

Shades of Smalt #124095

Tints of Smalt #124095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 7.79%
G = 27.71%
B = 64.5%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124095 (or 0x124095) is known color: Smalt. HEX triplet: 12, 40 and 95. RGB value is (18,64,149). Sum of RGB (Red+Green+Blue) = 18+64+149=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #124095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124095 is #EDBF6A. Grayscale: #3B3B3B. Windows color (decimal): -15581035 or 9781266. OLE color: 9781266.

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

Color convert

RGB 18 64 149 -
CMYK 0.88 0.57 0 0.42
HSL 218.93º 0.78% 0.33% -
HSV(B) 218.93º 0.88% 0.58% -
XYZ 7.51 5.97 29.19 -
YUV 59.94 178.26 98.09 -
System Red Green Blue C M Y K H S L
Decimal 18 64 149 0.88 0.57 0 0.42 218.93 0.78 0.33
Hex 12 40 95 58 39 0 2A DB 4E 21
Octal 22 100 225 130 71 0 52 333 116 41
Binary 10010 1000000 10010101 1011000 111001 0 101010 11011011 1001110 100001

Color Harmonies of #124095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124095

Black with #124095

Text Example


Text Example

White with #124095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124095; }

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

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

background-color css

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

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

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

border-color css

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

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

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