#15335F

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

Shades of Catalina Blue #15335F

Tints of Catalina Blue #15335F

Color information

#15335F (or 0x15335F) is unknown color: approx Catalina Blue. HEX triplet: 15, 33 and 5F. RGB value is (21,51,95). Sum of RGB (Red+Green+Blue) = 21+51+95=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #15335F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15335F is #EACCA0. Grayscale: #2E2E2E. Windows color (decimal): -15387809 or 6238997. OLE color: 6238997.

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

Color convert

RGB215195-
CMYK0.780.4600.63
HSL215.68º63.79%22.75%-
HSV(B)215.68º77.89%37.25%-
XYZ3.563.3511.29-
YUV47.05155.06109.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 95 (37.5% from 255) = 56.89%
R=12.57%
G=30.54%
B=56.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2151950.780.4600.63215.6863.7922.75
Hex15335F4E2E03Fd84017
Octal25631371165607733010027
Binary1010111001110111111001110101110011111111011000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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