#18315F

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

Shades of Catalina Blue #18315F

Tints of Catalina Blue #18315F

Color information

#18315F (or 0x18315F) is unknown color: approx Catalina Blue. HEX triplet: 18, 31 and 5F. RGB value is (24,49,95). Sum of RGB (Red+Green+Blue) = 24+49+95=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #18315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18315F is #E7CEA0. Grayscale: #2E2E2E. Windows color (decimal): -15191713 or 6238488. OLE color: 6238488.

HSL color Cylindrical-coordinate representation of color #18315F: hue angle of 218.87º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18315F is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB244995-
CMYK0.750.4800.63
HSL218.87º59.66%23.33%-
HSV(B)218.87º74.74%37.25%-
XYZ3.543.2211.26-
YUV46.77155.22111.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 95 (37.5% from 255) = 56.55%
R=14.29%
G=29.17%
B=56.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2449950.750.4800.63218.8759.6623.33
Hex18315F4B3003Fdb3c17
Octal3061137113600773337427
Binary110001100011011111100101111000001111111101101111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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