Html Css Color HEX #123B91 Smalt

📋 copy color: '#123B91'

red 18 ◦ green 59 ◦ blue 145

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

Shades of Smalt #123B91

Tints of Smalt #123B91

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.58%

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

R = 8.11%
G = 26.58%
B = 65.32%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#123B91 (or 0x123B91) is known color: Smalt. HEX triplet: 12, 3B and 91. RGB value is (18,59,145). Sum of RGB (Red+Green+Blue) = 18+59+145=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #123B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B91 is #EDC46E. Grayscale: #383838. Windows color (decimal): -15582319 or 9517842. OLE color: 9517842.

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

Color convert

RGB 18 59 145 -
CMYK 0.88 0.59 0 0.43
HSL 220.63º 0.78% 0.32% -
HSV(B) 220.63º 0.88% 0.57% -
XYZ 6.92 5.3 27.45 -
YUV 56.55 177.92 100.51 -
System Red Green Blue C M Y K H S L
Decimal 18 59 145 0.88 0.59 0 0.43 220.63 0.78 0.32
Hex 12 3B 91 58 3B 0 2B DD 4E 20
Octal 22 73 221 130 73 0 53 335 116 40
Binary 10010 111011 10010001 1011000 111011 0 101011 11011101 1001110 100000

Color Harmonies of #123B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B91

Black with #123B91

Text Example


Text Example

White with #123B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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