#12268D

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

Shades of Smalt #12268D

Tints of Smalt #12268D

Color information

#12268D (or 0x12268D) is unknown color: approx Smalt. HEX triplet: 12, 26 and 8D. RGB value is (18,38,141). Sum of RGB (Red+Green+Blue) = 18+38+141=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #12268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12268D is #EDD972. Grayscale: #2B2B2B. Windows color (decimal): -15587699 or 9250322. OLE color: 9250322.

HSL color Cylindrical-coordinate representation of color #12268D: hue angle of 230.24º 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 #12268D is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1838141-
CMYK0.870.7300.45
HSL230.24º77.36%31.18%-
HSV(B)230.24º87.23%55.29%-
XYZ5.753.4425.56-
YUV43.76182.87109.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 141 (55.47% from 255) = 71.57%
R=9.14%
G=19.29%
B=71.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18381410.870.7300.45230.2477.3631.18
Hex12268D574902De64d1f
Octal224621512711105534611537
Binary100101001101000110110101111001001010110111100110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12268D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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