Html Css Color HEX #123993 Smalt

📋 copy color: '#123993'

red 18 ◦ green 57 ◦ blue 147

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

Shades of Smalt #123993

Tints of Smalt #123993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.68%

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

R = 8.11%
G = 25.68%
B = 66.22%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#123993 (or 0x123993) is known color: Smalt. HEX triplet: 12, 39 and 93. RGB value is (18,57,147). Sum of RGB (Red+Green+Blue) = 18+57+147=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #123993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123993 is #EDC66C. Grayscale: #373737. Windows color (decimal): -15582829 or 9648402. OLE color: 9648402.

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

Color convert

RGB 18 57 147 -
CMYK 0.88 0.61 0 0.42
HSL 221.86º 0.78% 0.32% -
HSV(B) 221.86º 0.88% 0.58% -
XYZ 6.98 5.16 28.23 -
YUV 55.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 18 57 147 0.88 0.61 0 0.42 221.86 0.78 0.32
Hex 12 39 93 58 3D 0 2A DE 4E 20
Octal 22 71 223 130 75 0 52 336 116 40
Binary 10010 111001 10010011 1011000 111101 0 101010 11011110 1001110 100000

Color Harmonies of #123993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123993

Black with #123993

Text Example


Text Example

White with #123993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123993; }

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

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

background-color css

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

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

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

border-color css

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

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

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