Html Css Color HEX #124093 Smalt

📋 copy color: '#124093'

red 18 ◦ green 64 ◦ blue 147

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

Shades of Smalt #124093

Tints of Smalt #124093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.95%

 BLUE value IS 147 (57.81% from 255) = 64.19%

R = 7.86%
G = 27.95%
B = 64.19%

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

#124093 (or 0x124093) is known color: Smalt. HEX triplet: 12, 40 and 93. RGB value is (18,64,147). Sum of RGB (Red+Green+Blue) = 18+64+147=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #124093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124093 is #EDBF6C. Grayscale: #3B3B3B. Windows color (decimal): -15581037 or 9650194. OLE color: 9650194.

HSL color Cylindrical-coordinate representation of color #124093: hue angle of 218.6º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124093 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 64 147 -
CMYK 0.88 0.56 0 0.42
HSL 218.6º 0.78% 0.32% -
HSV(B) 218.6º 0.88% 0.58% -
XYZ 7.35 5.9 28.36 -
YUV 59.71 177.26 98.25 -
System Red Green Blue C M Y K H S L
Decimal 18 64 147 0.88 0.56 0 0.42 218.6 0.78 0.32
Hex 12 40 93 58 38 0 2A DB 4E 20
Octal 22 100 223 130 70 0 52 333 116 40
Binary 10010 1000000 10010011 1011000 111000 0 101010 11011011 1001110 100000

Color Harmonies of #124093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124093

Black with #124093

Text Example


Text Example

White with #124093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124093; }

 p { color: rgb(18,64,147); }

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

background-color css

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

 a { background-color: rgb(18,64,147); }

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

border-color css

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

 span { border-color: rgb(18,64,147); }

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