#18333D

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

Shades of Blue Whale #18333D

Tints of Blue Whale #18333D

Color information

#18333D (or 0x18333D) is unknown color: approx Blue Whale. HEX triplet: 18, 33 and 3D. RGB value is (24,51,61). Sum of RGB (Red+Green+Blue) = 24+51+61=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #18333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18333D is #E7CCC2. Grayscale: #2C2C2C. Windows color (decimal): -15191235 or 4010776. OLE color: 4010776.

HSL color Cylindrical-coordinate representation of color #18333D: hue angle of 196.22º 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 #18333D is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB245161-
CMYK0.610.1600.76
HSL196.22º43.53%16.67%-
HSV(B)196.22º60.66%23.92%-
XYZ2.42.94.85-
YUV44.07137.55113.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=17.65%
G=37.5%
B=44.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2451610.610.1600.76196.2243.5316.67
Hex18333D3D1004Cc42c11
Octal306375752001143045421
Binary1100011001111110111110110000010011001100010010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18333D; }

 p { color: rgb(24,51,61); }

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

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

 a { background-color: rgb(24,51,61); }

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

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

 span { border-color: rgb(24,51,61); }

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