Html Css Color HEX #123182 Smalt

📋 copy color: '#123182'

red 18 ◦ green 49 ◦ blue 130

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

Shades of Smalt #123182

Tints of Smalt #123182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 65.99%

R = 9.14%
G = 24.87%
B = 65.99%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123182 (or 0x123182) is known color: Smalt. HEX triplet: 12, 31 and 82. RGB value is (18,49,130). Sum of RGB (Red+Green+Blue) = 18+49+130=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #123182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123182 is #EDCE7D. Grayscale: #303030. Windows color (decimal): -15584894 or 8532242. OLE color: 8532242.

HSL color Cylindrical-coordinate representation of color #123182: hue angle of 223.39º 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 #123182 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 49 130 -
CMYK 0.86 0.62 0 0.49
HSL 223.39º 0.76% 0.29% -
HSV(B) 223.39º 0.86% 0.51% -
XYZ 5.38 3.94 21.6 -
YUV 48.97 173.73 105.91 -
System Red Green Blue C M Y K H S L
Decimal 18 49 130 0.86 0.62 0 0.49 223.39 0.76 0.29
Hex 12 31 82 56 3E 0 31 DF 4C 1D
Octal 22 61 202 126 76 0 61 337 114 35
Binary 10010 110001 10000010 1010110 111110 0 110001 11011111 1001100 11101

Color Harmonies of #123182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123182

Black with #123182

Text Example


Text Example

White with #123182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123182; }

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

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

background-color css

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

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

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

border-color css

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

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

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