#123849

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

Shades of Blue Whale #123849

Tints of Blue Whale #123849

Color information

#123849 (or 0x123849) is unknown color: approx Blue Whale. HEX triplet: 12, 38 and 49. RGB value is (18,56,73). Sum of RGB (Red+Green+Blue) = 18+56+73=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #123849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123849 is #EDC7B6. Grayscale: #2E2E2E. Windows color (decimal): -15583159 or 4798482. OLE color: 4798482.

HSL color Cylindrical-coordinate representation of color #123849: hue angle of 198.55º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123849 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB185673-
CMYK0.750.2300.71
HSL198.55º60.44%17.84%-
HSV(B)198.55º75.34%28.63%-
XYZ2.873.446.82-
YUV46.58142.91107.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 73 (28.91% from 255) = 49.66%
R=12.24%
G=38.10%
B=49.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1856730.750.2300.71198.5560.4417.84
Hex1238494B17047c73c12
Octal22701111132701073077422
Binary100101110001001001100101110111010001111100011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123849; }

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

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

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

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

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

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

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

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