Html Css Color HEX #123492 Smalt

📋 copy color: '#123492'

red 18 ◦ green 52 ◦ blue 146

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

Shades of Smalt #123492

Tints of Smalt #123492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.07%

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

R = 8.33%
G = 24.07%
B = 67.59%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#123492 (or 0x123492) is known color: Smalt. HEX triplet: 12, 34 and 92. RGB value is (18,52,146). Sum of RGB (Red+Green+Blue) = 18+52+146=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #123492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123492 is #EDCB6D. Grayscale: #343434. Windows color (decimal): -15584110 or 9581586. OLE color: 9581586.

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

Color convert

RGB 18 52 146 -
CMYK 0.88 0.64 0 0.43
HSL 224.06º 0.78% 0.32% -
HSV(B) 224.06º 0.88% 0.57% -
XYZ 6.67 4.66 27.74 -
YUV 52.55 180.74 103.36 -
System Red Green Blue C M Y K H S L
Decimal 18 52 146 0.88 0.64 0 0.43 224.06 0.78 0.32
Hex 12 34 92 58 40 0 2B E0 4E 20
Octal 22 64 222 130 100 0 53 340 116 40
Binary 10010 110100 10010010 1011000 1000000 0 101011 11100000 1001110 100000

Color Harmonies of #123492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123492

Black with #123492

Text Example


Text Example

White with #123492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123492; }

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

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

background-color css

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

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

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

border-color css

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

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

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