#18384B

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

Shades of Blue Whale #18384B

Tints of Blue Whale #18384B

Color information

#18384B (or 0x18384B) is unknown color: approx Blue Whale. HEX triplet: 18, 38 and 4B. RGB value is (24,56,75). Sum of RGB (Red+Green+Blue) = 24+56+75=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #18384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18384B is #E7C7B4. Grayscale: #303030. Windows color (decimal): -15189941 or 4929560. OLE color: 4929560.

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

Color convert

RGB245675-
CMYK0.680.2500.71
HSL202.35º51.52%19.41%-
HSV(B)202.35º68%29.41%-
XYZ3.063.537.18-
YUV48.6142.9110.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 56 (22.27% from 255) = 36.13%
BLUE value IS 75 (29.69% from 255) = 48.39%
R=15.48%
G=36.13%
B=48.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2456750.680.2500.71202.3551.5219.41
Hex18384B4419047ca3413
Octal30701131043101073126423
Binary110001110001001011100010011001010001111100101011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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