Html Css Color HEX #18324B Blue Whale

📋 copy color: '#18324B'

red 24 ◦ green 50 ◦ blue 75

#18324B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #18324B

Tints of Blue Whale #18324B

RGB

 RED value IS 24 (9.77% from 255) = 16.11%

 GREEN value IS 50 (19.92% from 255) = 33.56%

 BLUE value IS 75 (29.69% from 255) = 50.34%

R = 16.11%
G = 33.56%
B = 50.34%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18324B (or 0x18324B) is known color: Blue Whale. HEX triplet: 18, 32 and 4B. RGB value is (24,50,75). Sum of RGB (Red+Green+Blue) = 24+50+75=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #18324B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18324B is #E7CDB4. Grayscale: #2C2C2C. Windows color (decimal): -15191477 or 4928024. OLE color: 4928024.

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

Color convert

RGB 24 50 75 -
CMYK 0.68 0.33 0 0.71
HSL 209.41º 0.52% 0.19% -
HSV(B) 209.41º 0.68% 0.29% -
XYZ 2.79 2.98 7.09 -
YUV 45.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 24 50 75 0.68 0.33 0 0.71 209.41 0.52 0.19
Hex 18 32 4B 44 21 0 47 D1 34 13
Octal 30 62 113 104 41 0 107 321 64 23
Binary 11000 110010 1001011 1000100 100001 0 1000111 11010001 110100 10011

Color Harmonies of #18324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18324B

Black with #18324B

Text Example


Text Example

White with #18324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18324B;
 }
 .AnyTagClassName
 {
   color: #18324B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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