#18325A

Color #18325A Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #18325A

Tints of Catalina Blue #18325A

Color information

#18325A (or 0x18325A) is unknown color: approx Catalina Blue. HEX triplet: 18, 32 and 5A. RGB value is (24,50,90). Sum of RGB (Red+Green+Blue) = 24+50+90=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #18325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18325A is #E7CDA5. Grayscale: #2E2E2E. Windows color (decimal): -15191462 or 5911064. OLE color: 5911064.

HSL color Cylindrical-coordinate representation of color #18325A: hue angle of 216.36º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18325A is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB245090-
CMYK0.730.4400.65
HSL216.36º57.89%22.35%-
HSV(B)216.36º73.33%35.29%-
XYZ3.363.2110.12-
YUV46.79152.39111.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=14.63%
G=30.49%
B=54.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2450900.730.4400.65216.3657.8922.35
Hex18325A492C041d83a16
Octal30621321115401013307226
Binary1100011001010110101001001101100010000011101100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18325A; }

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

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

<style>
 a { background-color: #18325A; }

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

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

<style>
 span { border-color: #18325A; }

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

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