#12314E

Color #12314E Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #12314E

Tints of Blue Whale #12314E

Color information

#12314E (or 0x12314E) is unknown color: approx Blue Whale. HEX triplet: 12, 31 and 4E. RGB value is (18,49,78). Sum of RGB (Red+Green+Blue) = 18+49+78=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #12314E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12314E is #EDCEB1. Grayscale: #2A2A2A. Windows color (decimal): -15584946 or 5124370. OLE color: 5124370.

HSL color Cylindrical-coordinate representation of color #12314E: hue angle of 209º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12314E is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB184978-
CMYK0.770.3700.69
HSL209º62.5%18.82%-
HSV(B)209º76.92%30.59%-
XYZ2.722.887.62-
YUV43.04147.73110.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 78 (30.86% from 255) = 53.79%
R=12.41%
G=33.79%
B=53.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1849780.770.3700.6920962.518.82
Hex12314E4D25045d13e13
Octal22611161154501053217623
Binary1001011000110011101001101100101010001011101000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,49,78); }

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

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

 a { background-color: rgb(18,49,78); }

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

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

 span { border-color: rgb(18,49,78); }

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