#123447

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

Shades of Blue Whale #123447

Tints of Blue Whale #123447

Color information

#123447 (or 0x123447) is unknown color: approx Blue Whale. HEX triplet: 12, 34 and 47. RGB value is (18,52,71). Sum of RGB (Red+Green+Blue) = 18+52+71=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #123447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123447 is #EDCBB8. Grayscale: #2B2B2B. Windows color (decimal): -15584185 or 4666386. OLE color: 4666386.

HSL color Cylindrical-coordinate representation of color #123447: hue angle of 201.51º 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 #123447 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB185271-
CMYK0.750.2700.72
HSL201.51º59.55%17.45%-
HSV(B)201.51º74.65%27.84%-
XYZ2.613.046.41-
YUV44143.24109.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 71 (28.12% from 255) = 50.35%
R=12.77%
G=36.88%
B=50.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1852710.750.2700.72201.5159.5517.45
Hex1234474B1B048ca3c11
Octal22641071133301103127421
Binary100101101001000111100101111011010010001100101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123447; }

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

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

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

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

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

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

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

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