#18303E

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

Shades of Blue Whale #18303E

Tints of Blue Whale #18303E

Color information

#18303E (or 0x18303E) is unknown color: approx Blue Whale. HEX triplet: 18, 30 and 3E. RGB value is (24,48,62). Sum of RGB (Red+Green+Blue) = 24+48+62=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 62 - color contains mainly: blue. Hex color #18303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18303E is #E7CFC1. Grayscale: #2A2A2A. Windows color (decimal): -15192002 or 4075544. OLE color: 4075544.

HSL color Cylindrical-coordinate representation of color #18303E: hue angle of 202.11º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18303E is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB244862-
CMYK0.610.2300.76
HSL202.11º44.19%16.86%-
HSV(B)202.11º61.29%24.31%-
XYZ2.32.664.95-
YUV42.42139.05114.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 62 (24.61% from 255) = 46.27%
R=17.91%
G=35.82%
B=46.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2448620.610.2300.76202.1144.1916.86
Hex18303E3D1704Cca2c11
Octal306076752701143125421
Binary1100011000011111011110110111010011001100101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18303E; }

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

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

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

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

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

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

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

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