#18325D

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

Shades of Catalina Blue #18325D

Tints of Catalina Blue #18325D

Color information

#18325D (or 0x18325D) is unknown color: approx Catalina Blue. HEX triplet: 18, 32 and 5D. RGB value is (24,50,93). Sum of RGB (Red+Green+Blue) = 24+50+93=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #18325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18325D is #E7CDA2. Grayscale: #2E2E2E. Windows color (decimal): -15191459 or 6107672. OLE color: 6107672.

HSL color Cylindrical-coordinate representation of color #18325D: hue angle of 217.39º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18325D is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB245093-
CMYK0.740.4600.64
HSL217.39º58.97%22.94%-
HSV(B)217.39º74.19%36.47%-
XYZ3.493.2710.8-
YUV47.13153.89111.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=14.37%
G=29.94%
B=55.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2450930.740.4600.64217.3958.9722.94
Hex18325D4A2E040d93b17
Octal30621351125601003317327
Binary1100011001010111011001010101110010000001101100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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