#123847

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

Shades of Blue Whale #123847

Tints of Blue Whale #123847

Color information

#123847 (or 0x123847) is unknown color: approx Blue Whale. HEX triplet: 12, 38 and 47. RGB value is (18,56,71). Sum of RGB (Red+Green+Blue) = 18+56+71=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #123847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123847 is #EDC7B8. Grayscale: #2E2E2E. Windows color (decimal): -15583161 or 4667410. OLE color: 4667410.

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

Color convert

RGB185671-
CMYK0.750.2100.72
HSL196.98º59.55%17.45%-
HSV(B)196.98º74.65%27.84%-
XYZ2.83.416.47-
YUV46.35141.91107.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=12.41%
G=38.62%
B=48.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1856710.750.2100.72196.9859.5517.45
Hex1238474B15048c53c11
Octal22701071132501103057421
Binary100101110001000111100101110101010010001100010111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123847; }

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

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

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

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

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

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

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

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