#123247

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

Shades of Blue Whale #123247

Tints of Blue Whale #123247

Color information

#123247 (or 0x123247) is unknown color: approx Blue Whale. HEX triplet: 12, 32 and 47. RGB value is (18,50,71). Sum of RGB (Red+Green+Blue) = 18+50+71=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #123247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123247 is #EDCDB8. Grayscale: #2A2A2A. Windows color (decimal): -15584697 or 4665874. OLE color: 4665874.

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

Color convert

RGB185071-
CMYK0.750.3000.72
HSL203.77º59.55%17.45%-
HSV(B)203.77º74.65%27.84%-
XYZ2.532.866.38-
YUV42.83143.9110.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 71 (28.12% from 255) = 51.08%
R=12.95%
G=35.97%
B=51.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1850710.750.3000.72203.7759.5517.45
Hex1232474B1E048cc3c11
Octal22621071133601103147421
Binary100101100101000111100101111110010010001100110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123247; }

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

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

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

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

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

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

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

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