Html Css Color HEX #123891 Smalt

📋 copy color: '#123891'

red 18 ◦ green 56 ◦ blue 145

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

Shades of Smalt #123891

Tints of Smalt #123891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.57%

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

R = 8.22%
G = 25.57%
B = 66.21%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#123891 (or 0x123891) is known color: Smalt. HEX triplet: 12, 38 and 91. RGB value is (18,56,145). Sum of RGB (Red+Green+Blue) = 18+56+145=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #123891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123891 is #EDC76E. Grayscale: #363636. Windows color (decimal): -15583087 or 9517074. OLE color: 9517074.

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

Color convert

RGB 18 56 145 -
CMYK 0.88 0.61 0 0.43
HSL 222.05º 0.78% 0.32% -
HSV(B) 222.05º 0.88% 0.57% -
XYZ 6.77 5 27.4 -
YUV 54.78 178.91 101.76 -
System Red Green Blue C M Y K H S L
Decimal 18 56 145 0.88 0.61 0 0.43 222.05 0.78 0.32
Hex 12 38 91 58 3D 0 2B DE 4E 20
Octal 22 70 221 130 75 0 53 336 116 40
Binary 10010 111000 10010001 1011000 111101 0 101011 11011110 1001110 100000

Color Harmonies of #123891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123891

Black with #123891

Text Example


Text Example

White with #123891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123891; }

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

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

background-color css

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

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

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

border-color css

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

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

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