Html Css Color HEX #124696 Smalt

📋 copy color: '#124696'

red 18 ◦ green 70 ◦ blue 150

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

Shades of Smalt #124696

Tints of Smalt #124696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.41%

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

R = 7.56%
G = 29.41%
B = 63.03%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#124696 (or 0x124696) is known color: Smalt. HEX triplet: 12, 46 and 96. RGB value is (18,70,150). Sum of RGB (Red+Green+Blue) = 18+70+150=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #124696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124696 is #EDB969. Grayscale: #3F3F3F. Windows color (decimal): -15579498 or 9848338. OLE color: 9848338.

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

Color convert

RGB 18 70 150 -
CMYK 0.88 0.53 0 0.41
HSL 216.36º 0.79% 0.33% -
HSV(B) 216.36º 0.88% 0.59% -
XYZ 7.94 6.71 29.73 -
YUV 63.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 18 70 150 0.88 0.53 0 0.41 216.36 0.79 0.33
Hex 12 46 96 58 35 0 29 D8 4F 21
Octal 22 106 226 130 65 0 51 330 117 41
Binary 10010 1000110 10010110 1011000 110101 0 101001 11011000 1001111 100001

Color Harmonies of #124696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124696

Black with #124696

Text Example


Text Example

White with #124696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124696; }

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

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

background-color css

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

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

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

border-color css

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

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

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