Html Css Color HEX #123690 Smalt

📋 copy color: '#123690'

red 18 ◦ green 54 ◦ blue 144

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

Shades of Smalt #123690

Tints of Smalt #123690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25%

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

R = 8.33%
G = 25%
B = 66.67%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#123690 (or 0x123690) is known color: Smalt. HEX triplet: 12, 36 and 90. RGB value is (18,54,144). Sum of RGB (Red+Green+Blue) = 18+54+144=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #123690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123690 is #EDC96F. Grayscale: #353535. Windows color (decimal): -15583600 or 9451026. OLE color: 9451026.

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

Color convert

RGB 18 54 144 -
CMYK 0.88 0.63 0 0.44
HSL 222.86º 0.78% 0.32% -
HSV(B) 222.86º 0.88% 0.56% -
XYZ 6.6 4.78 26.96 -
YUV 53.5 179.07 102.68 -
System Red Green Blue C M Y K H S L
Decimal 18 54 144 0.88 0.63 0 0.44 222.86 0.78 0.32
Hex 12 36 90 58 3F 0 2C DF 4E 20
Octal 22 66 220 130 77 0 54 337 116 40
Binary 10010 110110 10010000 1011000 111111 0 101100 11011111 1001110 100000

Color Harmonies of #123690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123690

Black with #123690

Text Example


Text Example

White with #123690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123690; }

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

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

background-color css

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

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

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

border-color css

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

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

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