#1B3560

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

Shades of Catalina Blue #1B3560

Tints of Catalina Blue #1B3560

Color information

#1B3560 (or 0x1B3560) is unknown color: approx Catalina Blue. HEX triplet: 1B, 35 and 60. RGB value is (27,53,96). Sum of RGB (Red+Green+Blue) = 27+53+96=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #1B3560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3560 is #E4CA9F. Grayscale: #313131. Windows color (decimal): -14994080 or 6305051. OLE color: 6305051.

HSL color Cylindrical-coordinate representation of color #1B3560: hue angle of 217.39º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B3560 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB275396-
CMYK0.720.4500.62
HSL217.39º56.1%24.12%-
HSV(B)217.39º71.88%37.65%-
XYZ3.843.6211.56-
YUV50.13153.89111.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.34%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=15.34%
G=30.11%
B=54.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2753960.720.4500.62217.3956.124.12
Hex1B3560482D03Ed93818
Octal3365140110550763317030
Binary110111101011100000100100010110101111101101100111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B3560; }

 p { color: rgb(27,53,96); }

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

<style>
 a { background-color: #1B3560; }

 a { background-color: rgb(27,53,96); }

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

<style>
 span { border-color: #1B3560; }

 span { border-color: rgb(27,53,96); }

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