Html Css Color HEX #124296 Smalt

📋 copy color: '#124296'

red 18 ◦ green 66 ◦ blue 150

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

Shades of Smalt #124296

Tints of Smalt #124296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.1%

R = 7.69%
G = 28.21%
B = 64.1%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#124296 (or 0x124296) is known color: Smalt. HEX triplet: 12, 42 and 96. RGB value is (18,66,150). Sum of RGB (Red+Green+Blue) = 18+66+150=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #124296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124296 is #EDBD69. Grayscale: #3C3C3C. Windows color (decimal): -15580522 or 9847314. OLE color: 9847314.

HSL color Cylindrical-coordinate representation of color #124296: hue angle of 218.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124296 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 66 150 -
CMYK 0.88 0.56 0 0.41
HSL 218.18º 0.79% 0.33% -
HSV(B) 218.18º 0.88% 0.59% -
XYZ 7.7 6.23 29.65 -
YUV 61.22 178.1 97.17 -
System Red Green Blue C M Y K H S L
Decimal 18 66 150 0.88 0.56 0 0.41 218.18 0.79 0.33
Hex 12 42 96 58 38 0 29 DA 4F 21
Octal 22 102 226 130 70 0 51 332 117 41
Binary 10010 1000010 10010110 1011000 111000 0 101001 11011010 1001111 100001

Color Harmonies of #124296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124296

Black with #124296

Text Example


Text Example

White with #124296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124296; }

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

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

background-color css

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

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

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

border-color css

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

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

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