#123A47

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

Shades of Blue Whale #123A47

Tints of Blue Whale #123A47

Color information

#123A47 (or 0x123A47) is unknown color: approx Blue Whale. HEX triplet: 12, 3A and 47. RGB value is (18,58,71). Sum of RGB (Red+Green+Blue) = 18+58+71=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #123A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A47 is #EDC5B8. Grayscale: #2F2F2F. Windows color (decimal): -15582649 or 4667922. OLE color: 4667922.

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

Color convert

RGB185871-
CMYK0.750.1800.72
HSL194.72º59.55%17.45%-
HSV(B)194.72º74.65%27.84%-
XYZ2.93.616.51-
YUV47.52141.25106.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 71 (28.12% from 255) = 48.30%
R=12.24%
G=39.46%
B=48.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1858710.750.1800.72194.7259.5517.45
Hex123A474B12048c33c11
Octal22721071132201103037421
Binary100101110101000111100101110010010010001100001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123A47; }

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

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

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

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

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

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

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

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