#123147

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

Shades of Blue Whale #123147

Tints of Blue Whale #123147

Color information

#123147 (or 0x123147) is unknown color: approx Blue Whale. HEX triplet: 12, 31 and 47. RGB value is (18,49,71). Sum of RGB (Red+Green+Blue) = 18+49+71=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #123147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123147 is #EDCEB8. Grayscale: #2A2A2A. Windows color (decimal): -15584953 or 4665618. OLE color: 4665618.

HSL color Cylindrical-coordinate representation of color #123147: hue angle of 204.91º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123147 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB184971-
CMYK0.750.3100.72
HSL204.91º59.55%17.45%-
HSV(B)204.91º74.65%27.84%-
XYZ2.492.786.37-
YUV42.24144.23110.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 71 (28.12% from 255) = 51.45%
R=13.04%
G=35.51%
B=51.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1849710.750.3100.72204.9159.5517.45
Hex1231474B1F048cd3c11
Octal22611071133701103157421
Binary100101100011000111100101111111010010001100110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123147; }

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

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

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

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

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

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

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

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