Html Css Color HEX #123E90 Smalt

📋 copy color: '#123E90'

red 18 ◦ green 62 ◦ blue 144

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

Shades of Smalt #123E90

Tints of Smalt #123E90

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.68%

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

R = 8.04%
G = 27.68%
B = 64.29%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#123E90 (or 0x123E90) is known color: Smalt. HEX triplet: 12, 3E and 90. RGB value is (18,62,144). Sum of RGB (Red+Green+Blue) = 18+62+144=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #123E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123E90 is #EDC16F. Grayscale: #393939. Windows color (decimal): -15581552 or 9453074. OLE color: 9453074.

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

Color convert

RGB 18 62 144 -
CMYK 0.88 0.57 0 0.44
HSL 219.05º 0.78% 0.32% -
HSV(B) 219.05º 0.88% 0.56% -
XYZ 7.01 5.59 27.09 -
YUV 58.19 176.42 99.33 -
System Red Green Blue C M Y K H S L
Decimal 18 62 144 0.88 0.57 0 0.44 219.05 0.78 0.32
Hex 12 3E 90 58 39 0 2C DB 4E 20
Octal 22 76 220 130 71 0 54 333 116 40
Binary 10010 111110 10010000 1011000 111001 0 101100 11011011 1001110 100000

Color Harmonies of #123E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123E90

Black with #123E90

Text Example


Text Example

White with #123E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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