#123844

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

Shades of Blue Whale #123844

Tints of Blue Whale #123844

Color information

#123844 (or 0x123844) is unknown color: approx Blue Whale. HEX triplet: 12, 38 and 44. RGB value is (18,56,68). Sum of RGB (Red+Green+Blue) = 18+56+68=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #123844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123844 is #EDC7BB. Grayscale: #2D2D2D. Windows color (decimal): -15583164 or 4470802. OLE color: 4470802.

HSL color Cylindrical-coordinate representation of color #123844: hue angle of 194.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123844 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB185668-
CMYK0.740.1800.73
HSL194.4º58.14%16.86%-
HSV(B)194.4º73.53%26.67%-
XYZ2.713.375.98-
YUV46.01140.41108.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 68 (26.95% from 255) = 47.89%
R=12.68%
G=39.44%
B=47.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1856680.740.1800.73194.458.1416.86
Hex1238444A12049c23a11
Octal22701041122201113027221
Binary100101110001000100100101010010010010011100001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123844; }

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

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

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

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

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

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

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

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