#18374B

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

Shades of Blue Whale #18374B

Tints of Blue Whale #18374B

Color information

#18374B (or 0x18374B) is unknown color: approx Blue Whale. HEX triplet: 18, 37 and 4B. RGB value is (24,55,75). Sum of RGB (Red+Green+Blue) = 24+55+75=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #18374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18374B is #E7C8B4. Grayscale: #2F2F2F. Windows color (decimal): -15190197 or 4929304. OLE color: 4929304.

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

Color convert

RGB245575-
CMYK0.680.2700.71
HSL203.53º51.52%19.41%-
HSV(B)203.53º68%29.41%-
XYZ3.013.437.16-
YUV48.01143.23110.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=15.58%
G=35.71%
B=48.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2455750.680.2700.71203.5351.5219.41
Hex18374B441B047cc3413
Octal30671131043301073146423
Binary110001101111001011100010011011010001111100110011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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