#18364B

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

Shades of Blue Whale #18364B

Tints of Blue Whale #18364B

Color information

#18364B (or 0x18364B) is unknown color: approx Blue Whale. HEX triplet: 18, 36 and 4B. RGB value is (24,54,75). Sum of RGB (Red+Green+Blue) = 24+54+75=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #18364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18364B is #E7C9B4. Grayscale: #2F2F2F. Windows color (decimal): -15190453 or 4929048. OLE color: 4929048.

HSL color Cylindrical-coordinate representation of color #18364B: hue angle of 204.71º 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 #18364B is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB245475-
CMYK0.680.2800.71
HSL204.71º51.52%19.41%-
HSV(B)204.71º68%29.41%-
XYZ2.973.347.15-
YUV47.42143.56111.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 54 (21.48% from 255) = 35.29%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=15.69%
G=35.29%
B=49.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2454750.680.2800.71204.7151.5219.41
Hex18364B441C047cd3413
Octal30661131043401073156423
Binary110001101101001011100010011100010001111100110111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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