#12368F

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

Shades of Smalt #12368F

Tints of Smalt #12368F

Color information

#12368F (or 0x12368F) is unknown color: approx Smalt. HEX triplet: 12, 36 and 8F. RGB value is (18,54,143). Sum of RGB (Red+Green+Blue) = 18+54+143=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #12368F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12368F is #EDC970. Grayscale: #343434. Windows color (decimal): -15583601 or 9385490. OLE color: 9385490.

HSL color Cylindrical-coordinate representation of color #12368F: hue angle of 222.72º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12368F is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1854143-
CMYK0.870.6200.44
HSL222.72º77.64%31.57%-
HSV(B)222.72º87.41%56.08%-
XYZ6.534.7526.56-
YUV53.38178.57102.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 143 (56.25% from 255) = 66.51%
R=8.37%
G=25.12%
B=66.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18541430.870.6200.44222.7277.6431.57
Hex12368F573E02Cdf4e20
Octal22662171277605433711640
Binary100101101101000111110101111111100101100110111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12368F; }

 p { color: rgb(18,54,143); }

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

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

 a { background-color: rgb(18,54,143); }

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

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

 span { border-color: rgb(18,54,143); }

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