Html Css Color HEX #18315C Catalina Blue

📋 copy color: '#18315C'

red 24 ◦ green 49 ◦ blue 92

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

Shades of Catalina Blue #18315C

Tints of Catalina Blue #18315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 55.76%

R = 14.55%
G = 29.7%
B = 55.76%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18315C (or 0x18315C) is known color: Catalina Blue. HEX triplet: 18, 31 and 5C. RGB value is (24,49,92). Sum of RGB (Red+Green+Blue) = 24+49+92=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #18315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18315C is #E7CEA3. Grayscale: #2E2E2E. Windows color (decimal): -15191716 or 6041880. OLE color: 6041880.

HSL color Cylindrical-coordinate representation of color #18315C: hue angle of 217.94º 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 #18315C is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 49 92 -
CMYK 0.74 0.47 0 0.64
HSL 217.94º 0.59% 0.23% -
HSV(B) 217.94º 0.74% 0.36% -
XYZ 3.41 3.16 10.56 -
YUV 46.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 24 49 92 0.74 0.47 0 0.64 217.94 0.59 0.23
Hex 18 31 5C 4A 2F 0 40 DA 3B 17
Octal 30 61 134 112 57 0 100 332 73 27
Binary 11000 110001 1011100 1001010 101111 0 1000000 11011010 111011 10111

Color Harmonies of #18315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18315C

Black with #18315C

Text Example


Text Example

White with #18315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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