#15325D

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

Shades of Catalina Blue #15325D

Tints of Catalina Blue #15325D

Color information

#15325D (or 0x15325D) is unknown color: approx Catalina Blue. HEX triplet: 15, 32 and 5D. RGB value is (21,50,93). Sum of RGB (Red+Green+Blue) = 21+50+93=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #15325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15325D is #EACDA2. Grayscale: #2E2E2E. Windows color (decimal): -15388067 or 6107669. OLE color: 6107669.

HSL color Cylindrical-coordinate representation of color #15325D: hue angle of 215.83º 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 #15325D is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB215093-
CMYK0.770.4600.64
HSL215.83º63.16%22.35%-
HSV(B)215.83º77.42%36.47%-
XYZ3.433.2310.8-
YUV46.23154.39110-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.80%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 93 (36.72% from 255) = 56.71%
R=12.80%
G=30.49%
B=56.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2150930.770.4600.64215.8363.1622.35
Hex15325D4D2E040d83f16
Octal25621351155601003307726
Binary1010111001010111011001101101110010000001101100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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