#18334F

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

Shades of Blue Whale #18334F

Tints of Blue Whale #18334F

Color information

#18334F (or 0x18334F) is unknown color: approx Blue Whale. HEX triplet: 18, 33 and 4F. RGB value is (24,51,79). Sum of RGB (Red+Green+Blue) = 24+51+79=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #18334F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18334F is #E7CCB0. Grayscale: #2D2D2D. Windows color (decimal): -15191217 or 5190424. OLE color: 5190424.

HSL color Cylindrical-coordinate representation of color #18334F: hue angle of 210.55º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18334F is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB245179-
CMYK0.700.3500.69
HSL210.55º53.4%20.2%-
HSV(B)210.55º69.62%30.98%-
XYZ2.973.137.84-
YUV46.12146.55112.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 79 (31.25% from 255) = 51.30%
R=15.58%
G=33.12%
B=51.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2451790.700.3500.69210.5553.420.2
Hex18334F4623045d33514
Octal30631171064301053236524
Binary1100011001110011111000110100011010001011101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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