#183049

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

Shades of Blue Whale #183049

Tints of Blue Whale #183049

Color information

#183049 (or 0x183049) is unknown color: approx Blue Whale. HEX triplet: 18, 30 and 49. RGB value is (24,48,73). Sum of RGB (Red+Green+Blue) = 24+48+73=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #183049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183049 is #E7CFB6. Grayscale: #2B2B2B. Windows color (decimal): -15191991 or 4796440. OLE color: 4796440.

HSL color Cylindrical-coordinate representation of color #183049: hue angle of 210.61º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #183049 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB244873-
CMYK0.670.3400.71
HSL210.61º50.52%19.02%-
HSV(B)210.61º67.12%28.63%-
XYZ2.642.796.7-
YUV43.67144.55113.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 73 (28.91% from 255) = 50.34%
R=16.55%
G=33.10%
B=50.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2448730.670.3400.71210.6150.5219.02
Hex1830494322047d33313
Octal30601111034201073236323
Binary1100011000010010011000011100010010001111101001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183049; }

 p { color: rgb(24,48,73); }

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

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

 a { background-color: rgb(24,48,73); }

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

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

 span { border-color: rgb(24,48,73); }

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