Html Css Color HEX #123390 Smalt

📋 copy color: '#123390'

red 18 ◦ green 51 ◦ blue 144

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

Shades of Smalt #123390

Tints of Smalt #123390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.94%

 BLUE value IS 144 (56.64% from 255) = 67.61%

R = 8.45%
G = 23.94%
B = 67.61%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#123390 (or 0x123390) is known color: Smalt. HEX triplet: 12, 33 and 90. RGB value is (18,51,144). Sum of RGB (Red+Green+Blue) = 18+51+144=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #123390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123390 is #EDCC6F. Grayscale: #333333. Windows color (decimal): -15584368 or 9450258. OLE color: 9450258.

HSL color Cylindrical-coordinate representation of color #123390: hue angle of 224.29º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123390 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 51 144 -
CMYK 0.88 0.65 0 0.44
HSL 224.29º 0.78% 0.32% -
HSV(B) 224.29º 0.88% 0.56% -
XYZ 6.47 4.51 26.92 -
YUV 51.74 180.07 103.94 -
System Red Green Blue C M Y K H S L
Decimal 18 51 144 0.88 0.65 0 0.44 224.29 0.78 0.32
Hex 12 33 90 58 41 0 2C E0 4E 20
Octal 22 63 220 130 101 0 54 340 116 40
Binary 10010 110011 10010000 1011000 1000001 0 101100 11100000 1001110 100000

Color Harmonies of #123390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123390

Black with #123390

Text Example


Text Example

White with #123390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123390; }

 p { color: rgb(18,51,144); }

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

background-color css

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

 a { background-color: rgb(18,51,144); }

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

border-color css

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

 span { border-color: rgb(18,51,144); }

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