#18323B

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

Shades of Blue Whale #18323B

Tints of Blue Whale #18323B

Color information

#18323B (or 0x18323B) is unknown color: approx Blue Whale. HEX triplet: 18, 32 and 3B. RGB value is (24,50,59). Sum of RGB (Red+Green+Blue) = 24+50+59=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 59 - color contains mainly: blue. Hex color #18323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18323B is #E7CDC4. Grayscale: #2B2B2B. Windows color (decimal): -15191493 or 3879448. OLE color: 3879448.

HSL color Cylindrical-coordinate representation of color #18323B: hue angle of 195.43º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18323B is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB245059-
CMYK0.590.1500.77
HSL195.43º42.17%16.27%-
HSV(B)195.43º59.32%23.14%-
XYZ2.312.794.55-
YUV43.25136.89114.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 59 (23.44% from 255) = 44.36%
R=18.05%
G=37.59%
B=44.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2450590.590.1500.77195.4342.1716.27
Hex18323B3BF04Dc32a10
Octal306273731701153035220
Binary110001100101110111110111111010011011100001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,50,59); }

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

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

 a { background-color: rgb(24,50,59); }

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

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

 span { border-color: rgb(24,50,59); }

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