#15315D

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

Shades of Catalina Blue #15315D

Tints of Catalina Blue #15315D

Color information

#15315D (or 0x15315D) is unknown color: approx Catalina Blue. HEX triplet: 15, 31 and 5D. RGB value is (21,49,93). Sum of RGB (Red+Green+Blue) = 21+49+93=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #15315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15315D is #EACEA2. Grayscale: #2D2D2D. Windows color (decimal): -15388323 or 6107413. OLE color: 6107413.

HSL color Cylindrical-coordinate representation of color #15315D: hue angle of 216.67º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15315D is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB214993-
CMYK0.770.4700.64
HSL216.67º63.16%22.35%-
HSV(B)216.67º77.42%36.47%-
XYZ3.383.1510.78-
YUV45.64154.72110.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 93 (36.72% from 255) = 57.06%
R=12.88%
G=30.06%
B=57.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2149930.770.4700.64216.6763.1622.35
Hex15315D4D2F040d93f16
Octal25611351155701003317726
Binary1010111000110111011001101101111010000001101100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15315D; }

 p { color: rgb(21,49,93); }

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

<style>
 a { background-color: #15315D; }

 a { background-color: rgb(21,49,93); }

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

<style>
 span { border-color: #15315D; }

 span { border-color: rgb(21,49,93); }

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