#18354B

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

Shades of Blue Whale #18354B

Tints of Blue Whale #18354B

Color information

#18354B (or 0x18354B) is unknown color: approx Blue Whale. HEX triplet: 18, 35 and 4B. RGB value is (24,53,75). Sum of RGB (Red+Green+Blue) = 24+53+75=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #18354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18354B is #E7CAB4. Grayscale: #2E2E2E. Windows color (decimal): -15190709 or 4928792. OLE color: 4928792.

HSL color Cylindrical-coordinate representation of color #18354B: hue angle of 205.88º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18354B is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB245375-
CMYK0.680.2900.71
HSL205.88º51.52%19.41%-
HSV(B)205.88º68%29.41%-
XYZ2.923.257.13-
YUV46.84143.89111.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=15.79%
G=34.87%
B=49.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2453750.680.2900.71205.8851.5219.41
Hex18354B441D047ce3413
Octal30651131043501073166423
Binary110001101011001011100010011101010001111100111011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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