Html Css Color HEX #12328E Smalt

📋 copy color: '#12328E'

red 18 ◦ green 50 ◦ blue 142

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

Shades of Smalt #12328E

Tints of Smalt #12328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 67.62%

R = 8.57%
G = 23.81%
B = 67.62%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#12328E (or 0x12328E) is known color: Smalt. HEX triplet: 12, 32 and 8E. RGB value is (18,50,142). Sum of RGB (Red+Green+Blue) = 18+50+142=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #12328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12328E is #EDCD71. Grayscale: #323232. Windows color (decimal): -15584626 or 9318930. OLE color: 9318930.

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

Color convert

RGB 18 50 142 -
CMYK 0.87 0.65 0 0.44
HSL 224.52º 0.78% 0.31% -
HSV(B) 224.52º 0.87% 0.56% -
XYZ 6.27 4.36 26.1 -
YUV 50.92 179.4 104.52 -
System Red Green Blue C M Y K H S L
Decimal 18 50 142 0.87 0.65 0 0.44 224.52 0.78 0.31
Hex 12 32 8E 57 41 0 2C E1 4E 1F
Octal 22 62 216 127 101 0 54 341 116 37
Binary 10010 110010 10001110 1010111 1000001 0 101100 11100001 1001110 11111

Color Harmonies of #12328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12328E

Black with #12328E

Text Example


Text Example

White with #12328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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