Html Css Color HEX #12328D Smalt

📋 copy color: '#12328D'

red 18 ◦ green 50 ◦ blue 141

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

Shades of Smalt #12328D

Tints of Smalt #12328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

 BLUE value IS 141 (55.47% from 255) = 67.46%

R = 8.61%
G = 23.92%
B = 67.46%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12328D (or 0x12328D) is known color: Smalt. HEX triplet: 12, 32 and 8D. RGB value is (18,50,141). Sum of RGB (Red+Green+Blue) = 18+50+141=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #12328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12328D is #EDCD72. Grayscale: #323232. Windows color (decimal): -15584627 or 9253394. OLE color: 9253394.

HSL color Cylindrical-coordinate representation of color #12328D: hue angle of 224.39º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12328D is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 50 141 -
CMYK 0.87 0.65 0 0.45
HSL 224.39º 0.77% 0.31% -
HSV(B) 224.39º 0.87% 0.55% -
XYZ 6.2 4.33 25.71 -
YUV 50.81 178.9 104.6 -
System Red Green Blue C M Y K H S L
Decimal 18 50 141 0.87 0.65 0 0.45 224.39 0.77 0.31
Hex 12 32 8D 57 41 0 2D E0 4D 1F
Octal 22 62 215 127 101 0 55 340 115 37
Binary 10010 110010 10001101 1010111 1000001 0 101101 11100000 1001101 11111

Color Harmonies of #12328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12328D

Black with #12328D

Text Example


Text Example

White with #12328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12328D; }

 p { color: rgb(18,50,141); }

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

background-color css

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

 a { background-color: rgb(18,50,141); }

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

border-color css

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

 span { border-color: rgb(18,50,141); }

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