Html Css Color HEX #18325D Catalina Blue

📋 copy color: '#18325D'

red 24 ◦ green 50 ◦ blue 93

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

Shades of Catalina Blue #18325D

Tints of Catalina Blue #18325D

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 value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18325D (or 0x18325D) is known color: 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

RGB 24 50 93 -
CMYK 0.74 0.46 0 0.64
HSL 217.39º 0.59% 0.23% -
HSV(B) 217.39º 0.74% 0.36% -
XYZ 3.49 3.27 10.8 -
YUV 47.13 153.89 111.5 -
System Red Green Blue C M Y K H S L
Decimal 24 50 93 0.74 0.46 0 0.64 217.39 0.59 0.23
Hex 18 32 5D 4A 2E 0 40 D9 3B 17
Octal 30 62 135 112 56 0 100 331 73 27
Binary 11000 110010 1011101 1001010 101110 0 1000000 11011001 111011 10111

Color Harmonies of #18325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18325D

Black with #18325D

Text Example


Text Example

White with #18325D

Text Example


Text Example

HTML Codes & Css Web 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>