Html Css Color HEX #123A91 Smalt

📋 copy color: '#123A91'

red 18 ◦ green 58 ◦ blue 145

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

Shades of Smalt #123A91

Tints of Smalt #123A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.24%

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

R = 8.14%
G = 26.24%
B = 65.61%

CMYK

 C value IS 0.88

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#123A91 (or 0x123A91) is known color: Smalt. HEX triplet: 12, 3A and 91. RGB value is (18,58,145). Sum of RGB (Red+Green+Blue) = 18+58+145=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #123A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A91 is #EDC56E. Grayscale: #373737. Windows color (decimal): -15582575 or 9517586. OLE color: 9517586.

HSL color Cylindrical-coordinate representation of color #123A91: hue angle of 221.1º 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 #123A91 is Cyan = 0.88, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 58 145 -
CMYK 0.88 0.6 0 0.43
HSL 221.1º 0.78% 0.32% -
HSV(B) 221.1º 0.88% 0.57% -
XYZ 6.87 5.2 27.43 -
YUV 55.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 18 58 145 0.88 0.6 0 0.43 221.1 0.78 0.32
Hex 12 3A 91 58 3C 0 2B DD 4E 20
Octal 22 72 221 130 74 0 53 335 116 40
Binary 10010 111010 10010001 1011000 111100 0 101011 11011101 1001110 100000

Color Harmonies of #123A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A91

Black with #123A91

Text Example


Text Example

White with #123A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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