#1B3559

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

Shades of Catalina Blue #1B3559

Tints of Catalina Blue #1B3559

Color information

#1B3559 (or 0x1B3559) is unknown color: approx Catalina Blue. HEX triplet: 1B, 35 and 59. RGB value is (27,53,89). Sum of RGB (Red+Green+Blue) = 27+53+89=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B3559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3559 is #E4CAA6. Grayscale: #313131. Windows color (decimal): -14994087 or 5846299. OLE color: 5846299.

HSL color Cylindrical-coordinate representation of color #1B3559: hue angle of 214.84º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B3559 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB275389-
CMYK0.700.4000.65
HSL214.84º53.45%22.75%-
HSV(B)214.84º69.66%34.9%-
XYZ3.533.59.94-
YUV49.33150.39112.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.98%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 89 (35.16% from 255) = 52.66%
R=15.98%
G=31.36%
B=52.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2753890.700.4000.65214.8453.4522.75
Hex1B35594628041d73517
Octal33651311065001013276527
Binary1101111010110110011000110101000010000011101011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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