#15335D

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

Shades of Catalina Blue #15335D

Tints of Catalina Blue #15335D

Color information

#15335D (or 0x15335D) is unknown color: approx Catalina Blue. HEX triplet: 15, 33 and 5D. RGB value is (21,51,93). Sum of RGB (Red+Green+Blue) = 21+51+93=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #15335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15335D is #EACCA2. Grayscale: #2E2E2E. Windows color (decimal): -15387811 or 6107925. OLE color: 6107925.

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

Color convert

RGB215193-
CMYK0.770.4500.64
HSL215º63.16%22.35%-
HSV(B)215º77.42%36.47%-
XYZ3.473.3210.81-
YUV46.82154.06109.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=12.73%
G=30.91%
B=56.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2151930.770.4500.6421563.1622.35
Hex15335D4D2D040d73f16
Octal25631351155501003277726
Binary1010111001110111011001101101101010000001101011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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