Html Css Color HEX #123791 Smalt

📋 copy color: '#123791'

red 18 ◦ green 55 ◦ blue 145

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

Shades of Smalt #123791

Tints of Smalt #123791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.23%

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

R = 8.26%
G = 25.23%
B = 66.51%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#123791 (or 0x123791) is known color: Smalt. HEX triplet: 12, 37 and 91. RGB value is (18,55,145). Sum of RGB (Red+Green+Blue) = 18+55+145=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #123791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123791 is #EDC86E. Grayscale: #353535. Windows color (decimal): -15583343 or 9516818. OLE color: 9516818.

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

Color convert

RGB 18 55 145 -
CMYK 0.88 0.62 0 0.43
HSL 222.52º 0.78% 0.32% -
HSV(B) 222.52º 0.88% 0.57% -
XYZ 6.73 4.91 27.38 -
YUV 54.2 179.24 102.18 -
System Red Green Blue C M Y K H S L
Decimal 18 55 145 0.88 0.62 0 0.43 222.52 0.78 0.32
Hex 12 37 91 58 3E 0 2B DF 4E 20
Octal 22 67 221 130 76 0 53 337 116 40
Binary 10010 110111 10010001 1011000 111110 0 101011 11011111 1001110 100000

Color Harmonies of #123791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123791

Black with #123791

Text Example


Text Example

White with #123791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123791; }

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

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

background-color css

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

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

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

border-color css

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

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

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