Html Css Color HEX #123591 Smalt

📋 copy color: '#123591'

red 18 ◦ green 53 ◦ blue 145

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

Shades of Smalt #123591

Tints of Smalt #123591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

 BLUE value IS 145 (57.03% from 255) = 67.13%

R = 8.33%
G = 24.54%
B = 67.13%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#123591 (or 0x123591) is known color: Smalt. HEX triplet: 12, 35 and 91. RGB value is (18,53,145). Sum of RGB (Red+Green+Blue) = 18+53+145=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #123591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123591 is #EDCA6E. Grayscale: #343434. Windows color (decimal): -15583855 or 9516306. OLE color: 9516306.

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

Color convert

RGB 18 53 145 -
CMYK 0.88 0.63 0 0.43
HSL 223.46º 0.78% 0.32% -
HSV(B) 223.46º 0.88% 0.57% -
XYZ 6.63 4.72 27.35 -
YUV 53.02 179.9 103.02 -
System Red Green Blue C M Y K H S L
Decimal 18 53 145 0.88 0.63 0 0.43 223.46 0.78 0.32
Hex 12 35 91 58 3F 0 2B DF 4E 20
Octal 22 65 221 130 77 0 53 337 116 40
Binary 10010 110101 10010001 1011000 111111 0 101011 11011111 1001110 100000

Color Harmonies of #123591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123591

Black with #123591

Text Example


Text Example

White with #123591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123591; }

 p { color: rgb(18,53,145); }

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

background-color css

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

 a { background-color: rgb(18,53,145); }

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

border-color css

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

 span { border-color: rgb(18,53,145); }

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