#18333F

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

Shades of Blue Whale #18333F

Tints of Blue Whale #18333F

Color information

#18333F (or 0x18333F) is unknown color: approx Blue Whale. HEX triplet: 18, 33 and 3F. RGB value is (24,51,63). Sum of RGB (Red+Green+Blue) = 24+51+63=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #18333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18333F is #E7CCC0. Grayscale: #2C2C2C. Windows color (decimal): -15191233 or 4141848. OLE color: 4141848.

HSL color Cylindrical-coordinate representation of color #18333F: hue angle of 198.46º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18333F is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB245163-
CMYK0.620.1900.75
HSL198.46º44.83%17.06%-
HSV(B)198.46º61.9%24.71%-
XYZ2.462.925.14-
YUV44.3138.55113.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 63 (25% from 255) = 45.65%
R=17.39%
G=36.96%
B=45.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2451630.620.1900.75198.4644.8317.06
Hex18333F3E1304Bc62d11
Octal306377762301133065521
Binary1100011001111111111111010011010010111100011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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