Html Css Color HEX #124394 Smalt

📋 copy color: '#124394'

red 18 ◦ green 67 ◦ blue 148

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

Shades of Smalt #124394

Tints of Smalt #124394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

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

R = 7.73%
G = 28.76%
B = 63.52%

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

#124394 (or 0x124394) is known color: Smalt. HEX triplet: 12, 43 and 94. RGB value is (18,67,148). Sum of RGB (Red+Green+Blue) = 18+67+148=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #124394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124394 is #EDBC6B. Grayscale: #3D3D3D. Windows color (decimal): -15580268 or 9716498. OLE color: 9716498.

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

Color convert

RGB 18 67 148 -
CMYK 0.88 0.55 0 0.42
HSL 217.38º 0.78% 0.33% -
HSV(B) 217.38º 0.88% 0.58% -
XYZ 7.6 6.28 28.83 -
YUV 61.58 176.77 96.91 -
System Red Green Blue C M Y K H S L
Decimal 18 67 148 0.88 0.55 0 0.42 217.38 0.78 0.33
Hex 12 43 94 58 37 0 2A D9 4E 21
Octal 22 103 224 130 67 0 52 331 116 41
Binary 10010 1000011 10010100 1011000 110111 0 101010 11011001 1001110 100001

Color Harmonies of #124394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124394

Black with #124394

Text Example


Text Example

White with #124394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124394; }

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

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

background-color css

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

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

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

border-color css

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

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

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