Html Css Color HEX #18315A Catalina Blue

📋 copy color: '#18315A'

red 24 ◦ green 49 ◦ blue 90

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

Shades of Catalina Blue #18315A

Tints of Catalina Blue #18315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.06%

 BLUE value IS 90 (35.55% from 255) = 55.21%

R = 14.72%
G = 30.06%
B = 55.21%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18315A (or 0x18315A) is known color: Catalina Blue. HEX triplet: 18, 31 and 5A. RGB value is (24,49,90). Sum of RGB (Red+Green+Blue) = 24+49+90=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #18315A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18315A is #E7CEA5. Grayscale: #2E2E2E. Windows color (decimal): -15191718 or 5910808. OLE color: 5910808.

HSL color Cylindrical-coordinate representation of color #18315A: hue angle of 217.27º 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 #18315A is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 49 90 -
CMYK 0.73 0.46 0 0.65
HSL 217.27º 0.58% 0.22% -
HSV(B) 217.27º 0.73% 0.35% -
XYZ 3.32 3.13 10.1 -
YUV 46.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 24 49 90 0.73 0.46 0 0.65 217.27 0.58 0.22
Hex 18 31 5A 49 2E 0 41 D9 3A 16
Octal 30 61 132 111 56 0 101 331 72 26
Binary 11000 110001 1011010 1001001 101110 0 1000001 11011001 111010 10110

Color Harmonies of #18315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18315A

Black with #18315A

Text Example


Text Example

White with #18315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18315A;
 }
 .AnyTagClassName
 {
   color: #18315A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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