#18354E

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

Shades of Blue Whale #18354E

Tints of Blue Whale #18354E

Color information

#18354E (or 0x18354E) is unknown color: approx Blue Whale. HEX triplet: 18, 35 and 4E. RGB value is (24,53,78). Sum of RGB (Red+Green+Blue) = 24+53+78=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #18354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18354E is #E7CAB1. Grayscale: #2F2F2F. Windows color (decimal): -15190706 or 5125400. OLE color: 5125400.

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

Color convert

RGB245378-
CMYK0.690.3200.69
HSL207.78º52.94%20%-
HSV(B)207.78º69.23%30.59%-
XYZ3.023.297.68-
YUV47.18145.39111.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 78 (30.86% from 255) = 50.32%
R=15.48%
G=34.19%
B=50.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2453780.690.3200.69207.7852.9420
Hex18354E4520045d03514
Octal30651161054001053206524
Binary1100011010110011101000101100000010001011101000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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