#12278C

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

Shades of Smalt #12278C

Tints of Smalt #12278C

Color information

#12278C (or 0x12278C) is unknown color: approx Smalt. HEX triplet: 12, 27 and 8C. RGB value is (18,39,140). Sum of RGB (Red+Green+Blue) = 18+39+140=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #12278C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12278C is #EDD873. Grayscale: #2B2B2B. Windows color (decimal): -15587444 or 9185042. OLE color: 9185042.

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

Color convert

RGB1839140-
CMYK0.870.7200.45
HSL229.67º77.22%30.98%-
HSV(B)229.67º87.14%54.9%-
XYZ5.713.4725.18-
YUV44.24182.04109.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 39 (15.62% from 255) = 19.80%
BLUE value IS 140 (55.08% from 255) = 71.07%
R=9.14%
G=19.80%
B=71.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18391400.870.7200.45229.6777.2230.98
Hex12278C574802De64d1f
Octal224721412711005534611537
Binary100101001111000110010101111001000010110111100110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12278C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12278C; }

 p { color: rgb(18,39,140); }

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

<style>
 a { background-color: #12278C; }

 a { background-color: rgb(18,39,140); }

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

<style>
 span { border-color: #12278C; }

 span { border-color: rgb(18,39,140); }

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