Html Css Color HEX #18324C Blue Whale

📋 copy color: '#18324C'

red 24 ◦ green 50 ◦ blue 76

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

Shades of Blue Whale #18324C

Tints of Blue Whale #18324C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 50.67%

R = 16%
G = 33.33%
B = 50.67%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18324C (or 0x18324C) is known color: Blue Whale. HEX triplet: 18, 32 and 4C. RGB value is (24,50,76). Sum of RGB (Red+Green+Blue) = 24+50+76=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #18324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18324C is #E7CDB3. Grayscale: #2D2D2D. Windows color (decimal): -15191476 or 4993560. OLE color: 4993560.

HSL color Cylindrical-coordinate representation of color #18324C: hue angle of 210º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18324C is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 50 76 -
CMYK 0.68 0.34 0 0.70
HSL 210º 0.52% 0.2% -
HSV(B) 210º 0.68% 0.3% -
XYZ 2.82 3 7.27 -
YUV 45.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 24 50 76 0.68 0.34 0 0.70 210 0.52 0.2
Hex 18 32 4C 44 22 0 46 D2 34 14
Octal 30 62 114 104 42 0 106 322 64 24
Binary 11000 110010 1001100 1000100 100010 0 1000110 11010010 110100 10100

Color Harmonies of #18324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18324C

Black with #18324C

Text Example


Text Example

White with #18324C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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