Html Css Color HEX #123183 Smalt

📋 copy color: '#123183'

red 18 ◦ green 49 ◦ blue 131

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

Shades of Smalt #123183

Tints of Smalt #123183

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.75%

 BLUE value IS 131 (51.56% from 255) = 66.16%

R = 9.09%
G = 24.75%
B = 66.16%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123183 (or 0x123183) is known color: Smalt. HEX triplet: 12, 31 and 83. RGB value is (18,49,131). Sum of RGB (Red+Green+Blue) = 18+49+131=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 131 (51.56% from 255 or 66.16% from 198); Max value from RGB is 131 - color contains mainly: blue. Hex color #123183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123183 is #EDCE7C. Grayscale: #303030. Windows color (decimal): -15584893 or 8597778. OLE color: 8597778.

HSL color Cylindrical-coordinate representation of color #123183: hue angle of 223.54º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123183 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 49 131 -
CMYK 0.86 0.63 0 0.49
HSL 223.54º 0.76% 0.29% -
HSV(B) 223.54º 0.86% 0.51% -
XYZ 5.44 3.96 21.95 -
YUV 49.08 174.23 105.83 -
System Red Green Blue C M Y K H S L
Decimal 18 49 131 0.86 0.63 0 0.49 223.54 0.76 0.29
Hex 12 31 83 56 3F 0 31 E0 4C 1D
Octal 22 61 203 126 77 0 61 340 114 35
Binary 10010 110001 10000011 1010110 111111 0 110001 11100000 1001100 11101

Color Harmonies of #123183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123183

Black with #123183

Text Example


Text Example

White with #123183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123183; }

 p { color: rgb(18,49,131); }

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

background-color css

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

 a { background-color: rgb(18,49,131); }

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

border-color css

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

 span { border-color: rgb(18,49,131); }

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