Html Css Color HEX #123893 Smalt

📋 copy color: '#123893'

red 18 ◦ green 56 ◦ blue 147

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

Shades of Smalt #123893

Tints of Smalt #123893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

 BLUE value IS 147 (57.81% from 255) = 66.52%

R = 8.14%
G = 25.34%
B = 66.52%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#123893 (or 0x123893) is known color: Smalt. HEX triplet: 12, 38 and 93. RGB value is (18,56,147). Sum of RGB (Red+Green+Blue) = 18+56+147=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #123893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123893 is #EDC76C. Grayscale: #363636. Windows color (decimal): -15583085 or 9648146. OLE color: 9648146.

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

Color convert

RGB 18 56 147 -
CMYK 0.88 0.62 0 0.42
HSL 222.33º 0.78% 0.32% -
HSV(B) 222.33º 0.88% 0.58% -
XYZ 6.93 5.06 28.22 -
YUV 55.01 179.91 101.6 -
System Red Green Blue C M Y K H S L
Decimal 18 56 147 0.88 0.62 0 0.42 222.33 0.78 0.32
Hex 12 38 93 58 3E 0 2A DE 4E 20
Octal 22 70 223 130 76 0 52 336 116 40
Binary 10010 111000 10010011 1011000 111110 0 101010 11011110 1001110 100000

Color Harmonies of #123893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123893

Black with #123893

Text Example


Text Example

White with #123893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123893; }

 p { color: rgb(18,56,147); }

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

background-color css

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

 a { background-color: rgb(18,56,147); }

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

border-color css

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

 span { border-color: rgb(18,56,147); }

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