Html Css Color HEX #123089 Smalt

📋 copy color: '#123089'

red 18 ◦ green 48 ◦ blue 137

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

Shades of Smalt #123089

Tints of Smalt #123089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

 BLUE value IS 137 (53.91% from 255) = 67.49%

R = 8.87%
G = 23.65%
B = 67.49%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#123089 (or 0x123089) is known color: Smalt. HEX triplet: 12, 30 and 89. RGB value is (18,48,137). Sum of RGB (Red+Green+Blue) = 18+48+137=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #123089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123089 is #EDCF76. Grayscale: #303030. Windows color (decimal): -15585143 or 8990738. OLE color: 8990738.

HSL color Cylindrical-coordinate representation of color #123089: hue angle of 224.87º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123089 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 48 137 -
CMYK 0.87 0.65 0 0.46
HSL 224.87º 0.77% 0.3% -
HSV(B) 224.87º 0.87% 0.54% -
XYZ 5.82 4.05 24.14 -
YUV 49.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 18 48 137 0.87 0.65 0 0.46 224.87 0.77 0.3
Hex 12 30 89 57 41 0 2E E1 4D 1E
Octal 22 60 211 127 101 0 56 341 115 36
Binary 10010 110000 10001001 1010111 1000001 0 101110 11100001 1001101 11110

Color Harmonies of #123089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123089

Black with #123089

Text Example


Text Example

White with #123089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123089; }

 p { color: rgb(18,48,137); }

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

background-color css

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

 a { background-color: rgb(18,48,137); }

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

border-color css

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

 span { border-color: rgb(18,48,137); }

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