#18354D

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

Shades of Blue Whale #18354D

Tints of Blue Whale #18354D

Color information

#18354D (or 0x18354D) is unknown color: approx Blue Whale. HEX triplet: 18, 35 and 4D. RGB value is (24,53,77). Sum of RGB (Red+Green+Blue) = 24+53+77=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #18354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18354D is #E7CAB2. Grayscale: #2E2E2E. Windows color (decimal): -15190707 or 5059864. OLE color: 5059864.

HSL color Cylindrical-coordinate representation of color #18354D: hue angle of 207.17º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18354D is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB245377-
CMYK0.690.3100.70
HSL207.17º52.48%19.8%-
HSV(B)207.17º68.83%30.2%-
XYZ2.993.287.5-
YUV47.06144.89111.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 77 (30.47% from 255) = 50%
R=15.58%
G=34.42%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2453770.690.3100.70207.1752.4819.8
Hex18354D451F046cf3414
Octal30651151053701063176424
Binary110001101011001101100010111111010001101100111111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,53,77); }

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

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

 a { background-color: rgb(24,53,77); }

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

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

 span { border-color: rgb(24,53,77); }

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