#12338A

Color #12338A Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #12338A

Tints of Smalt #12338A

Color information

#12338A (or 0x12338A) is unknown color: approx Smalt. HEX triplet: 12, 33 and 8A. RGB value is (18,51,138). Sum of RGB (Red+Green+Blue) = 18+51+138=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #12338A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12338A is #EDCC75. Grayscale: #323232. Windows color (decimal): -15584374 or 9057042. OLE color: 9057042.

HSL color Cylindrical-coordinate representation of color #12338A: hue angle of 223.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12338A is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1851138-
CMYK0.870.6300.46
HSL223.5º76.92%30.59%-
HSV(B)223.5º86.96%54.12%-
XYZ6.024.3324.56-
YUV51.05177.07104.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 138 (54.30% from 255) = 66.67%
R=8.70%
G=24.64%
B=66.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18511380.870.6300.46223.576.9230.59
Hex12338A573F02Ee04d1f
Octal22632121277705634011537
Binary10010110011100010101010111111111010111011100000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12338A; }

 p { color: rgb(18,51,138); }

 H1.HeaderClassName
 {
   color: #12338A;
 }
 .AnyTagClassName
 {
   color: #12338A;
 }
</style>
background-color css

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

 a { background-color: rgb(18,51,138); }

 div.DivClassName
 {
   background-color: #12338A;
 }
 .BgClassName
 {
   background-color: #12338A;
 }
</style>
border-color css

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

 span { border-color: rgb(18,51,138); }

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