#1B3561

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

Shades of Catalina Blue #1B3561

Tints of Catalina Blue #1B3561

Color information

#1B3561 (or 0x1B3561) is unknown color: approx Catalina Blue. HEX triplet: 1B, 35 and 61. RGB value is (27,53,97). Sum of RGB (Red+Green+Blue) = 27+53+97=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B3561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3561 is #E4CA9E. Grayscale: #323232. Windows color (decimal): -14994079 or 6370587. OLE color: 6370587.

HSL color Cylindrical-coordinate representation of color #1B3561: hue angle of 217.71º 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 #1B3561 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB275397-
CMYK0.720.4500.62
HSL217.71º56.45%24.31%-
HSV(B)217.71º72.16%38.04%-
XYZ3.883.6411.81-
YUV50.24154.39111.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.25%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 97 (38.28% from 255) = 54.80%
R=15.25%
G=29.94%
B=54.80%

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
Decimal2753970.720.4500.62217.7156.4524.31
Hex1B3561482D03Eda3818
Octal3365141110550763327030
Binary110111101011100001100100010110101111101101101011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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