Html Css Color HEX #124294 Smalt

📋 copy color: '#124294'

red 18 ◦ green 66 ◦ blue 148

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

Shades of Smalt #124294

Tints of Smalt #124294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.79%

R = 7.76%
G = 28.45%
B = 63.79%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124294 (or 0x124294) is known color: Smalt. HEX triplet: 12, 42 and 94. RGB value is (18,66,148). Sum of RGB (Red+Green+Blue) = 18+66+148=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #124294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124294 is #EDBD6B. Grayscale: #3C3C3C. Windows color (decimal): -15580524 or 9716242. OLE color: 9716242.

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

Color convert

RGB 18 66 148 -
CMYK 0.88 0.55 0 0.42
HSL 217.85º 0.78% 0.33% -
HSV(B) 217.85º 0.88% 0.58% -
XYZ 7.54 6.16 28.81 -
YUV 61 177.1 97.33 -
System Red Green Blue C M Y K H S L
Decimal 18 66 148 0.88 0.55 0 0.42 217.85 0.78 0.33
Hex 12 42 94 58 37 0 2A DA 4E 21
Octal 22 102 224 130 67 0 52 332 116 41
Binary 10010 1000010 10010100 1011000 110111 0 101010 11011010 1001110 100001

Color Harmonies of #124294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124294

Black with #124294

Text Example


Text Example

White with #124294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124294; }

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

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

background-color css

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

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

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

border-color css

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

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

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