Html Css Color HEX #123992 Smalt

📋 copy color: '#123992'

red 18 ◦ green 57 ◦ blue 146

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

Shades of Smalt #123992

Tints of Smalt #123992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.79%

 BLUE value IS 146 (57.42% from 255) = 66.06%

R = 8.14%
G = 25.79%
B = 66.06%

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

#123992 (or 0x123992) is known color: Smalt. HEX triplet: 12, 39 and 92. RGB value is (18,57,146). Sum of RGB (Red+Green+Blue) = 18+57+146=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #123992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123992 is #EDC66D. Grayscale: #373737. Windows color (decimal): -15582830 or 9582866. OLE color: 9582866.

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

Color convert

RGB 18 57 146 -
CMYK 0.88 0.61 0 0.43
HSL 221.72º 0.78% 0.32% -
HSV(B) 221.72º 0.88% 0.57% -
XYZ 6.9 5.13 27.82 -
YUV 55.49 179.08 101.26 -
System Red Green Blue C M Y K H S L
Decimal 18 57 146 0.88 0.61 0 0.43 221.72 0.78 0.32
Hex 12 39 92 58 3D 0 2B DE 4E 20
Octal 22 71 222 130 75 0 53 336 116 40
Binary 10010 111001 10010010 1011000 111101 0 101011 11011110 1001110 100000

Color Harmonies of #123992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123992

Black with #123992

Text Example


Text Example

White with #123992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123992; }

 p { color: rgb(18,57,146); }

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

background-color css

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

 a { background-color: rgb(18,57,146); }

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

border-color css

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

 span { border-color: rgb(18,57,146); }

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