#183041

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

Shades of Blue Whale #183041

Tints of Blue Whale #183041

Color information

#183041 (or 0x183041) is unknown color: approx Blue Whale. HEX triplet: 18, 30 and 41. RGB value is (24,48,65). Sum of RGB (Red+Green+Blue) = 24+48+65=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #183041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183041 is #E7CFBE. Grayscale: #2A2A2A. Windows color (decimal): -15191999 or 4272152. OLE color: 4272152.

HSL color Cylindrical-coordinate representation of color #183041: hue angle of 204.88º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #183041 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB244865-
CMYK0.630.2600.75
HSL204.88º46.07%17.45%-
HSV(B)204.88º63.08%25.49%-
XYZ2.392.695.39-
YUV42.76140.55114.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=17.52%
G=35.04%
B=47.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2448650.630.2600.75204.8846.0717.45
Hex1830413F1A04Bcd2e11
Octal3060101773201133155621
Binary11000110000100000111111111010010010111100110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183041; }

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

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

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

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

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

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

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

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