Html Css Color HEX #18325B Catalina Blue

📋 copy color: '#18325B'

red 24 ◦ green 50 ◦ blue 91

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

Shades of Catalina Blue #18325B

Tints of Catalina Blue #18325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 55.15%

R = 14.55%
G = 30.3%
B = 55.15%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18325B (or 0x18325B) is known color: Catalina Blue. HEX triplet: 18, 32 and 5B. RGB value is (24,50,91). Sum of RGB (Red+Green+Blue) = 24+50+91=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #18325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18325B is #E7CDA4. Grayscale: #2E2E2E. Windows color (decimal): -15191461 or 5976600. OLE color: 5976600.

HSL color Cylindrical-coordinate representation of color #18325B: hue angle of 216.72º degrees, saturation: 0.58, 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 #18325B is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 50 91 -
CMYK 0.74 0.45 0 0.64
HSL 216.72º 0.58% 0.23% -
HSV(B) 216.72º 0.74% 0.36% -
XYZ 3.41 3.23 10.34 -
YUV 46.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 24 50 91 0.74 0.45 0 0.64 216.72 0.58 0.23
Hex 18 32 5B 4A 2D 0 40 D9 3A 17
Octal 30 62 133 112 55 0 100 331 72 27
Binary 11000 110010 1011011 1001010 101101 0 1000000 11011001 111010 10111

Color Harmonies of #18325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18325B

Black with #18325B

Text Example


Text Example

White with #18325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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