Html Css Color HEX #124195 Smalt

📋 copy color: '#124195'

red 18 ◦ green 65 ◦ blue 149

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

Shades of Smalt #124195

Tints of Smalt #124195

RGB

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

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

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

R = 7.76%
G = 28.02%
B = 64.22%

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

#124195 (or 0x124195) is known color: Smalt. HEX triplet: 12, 41 and 95. RGB value is (18,65,149). Sum of RGB (Red+Green+Blue) = 18+65+149=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #124195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124195 is #EDBE6A. Grayscale: #3C3C3C. Windows color (decimal): -15580779 or 9781522. OLE color: 9781522.

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

Color convert

RGB 18 65 149 -
CMYK 0.88 0.56 0 0.42
HSL 218.47º 0.78% 0.33% -
HSV(B) 218.47º 0.88% 0.58% -
XYZ 7.56 6.08 29.21 -
YUV 60.52 177.93 97.67 -
System Red Green Blue C M Y K H S L
Decimal 18 65 149 0.88 0.56 0 0.42 218.47 0.78 0.33
Hex 12 41 95 58 38 0 2A DA 4E 21
Octal 22 101 225 130 70 0 52 332 116 41
Binary 10010 1000001 10010101 1011000 111000 0 101010 11011010 1001110 100001

Color Harmonies of #124195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124195

Black with #124195

Text Example


Text Example

White with #124195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124195; }

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

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

background-color css

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

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

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

border-color css

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

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

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