#12314D

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

Shades of Blue Whale #12314D

Tints of Blue Whale #12314D

Color information

#12314D (or 0x12314D) is unknown color: approx Blue Whale. HEX triplet: 12, 31 and 4D. RGB value is (18,49,77). Sum of RGB (Red+Green+Blue) = 18+49+77=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #12314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12314D is #EDCEB2. Grayscale: #2A2A2A. Windows color (decimal): -15584947 or 5058834. OLE color: 5058834.

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

Color convert

RGB184977-
CMYK0.770.3600.70
HSL208.47º62.11%18.63%-
HSV(B)208.47º76.62%30.2%-
XYZ2.692.867.43-
YUV42.92147.23110.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=12.5%
G=34.03%
B=53.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1849770.770.3600.70208.4762.1118.63
Hex12314D4D24046d03e13
Octal22611151154401063207623
Binary1001011000110011011001101100100010001101101000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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