#15305B

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

Shades of Catalina Blue #15305B

Tints of Catalina Blue #15305B

Color information

#15305B (or 0x15305B) is unknown color: approx Catalina Blue. HEX triplet: 15, 30 and 5B. RGB value is (21,48,91). Sum of RGB (Red+Green+Blue) = 21+48+91=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #15305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15305B is #EACFA4. Grayscale: #2C2C2C. Windows color (decimal): -15388581 or 5976085. OLE color: 5976085.

HSL color Cylindrical-coordinate representation of color #15305B: hue angle of 216.86º degrees, saturation: 0.62, 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 #15305B is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB214891-
CMYK0.770.4700.64
HSL216.86º62.5%21.96%-
HSV(B)216.86º76.92%35.69%-
XYZ3.253.0310.31-
YUV44.83154.05111-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 91 (35.94% from 255) = 56.88%
R=13.12%
G=30%
B=56.88%

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
Decimal2148910.770.4700.64216.8662.521.96
Hex15305B4D2F040d93e16
Octal25601331155701003317626
Binary1010111000010110111001101101111010000001101100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15305B; }

 p { color: rgb(21,48,91); }

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

<style>
 a { background-color: #15305B; }

 a { background-color: rgb(21,48,91); }

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

<style>
 span { border-color: #15305B; }

 span { border-color: rgb(21,48,91); }

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