#1B3157

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

Shades of Catalina Blue #1B3157

Tints of Catalina Blue #1B3157

Color information

#1B3157 (or 0x1B3157) is unknown color: approx Catalina Blue. HEX triplet: 1B, 31 and 57. RGB value is (27,49,87). Sum of RGB (Red+Green+Blue) = 27+49+87=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B3157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3157 is #E4CEA8. Grayscale: #2E2E2E. Windows color (decimal): -14995113 or 5714203. OLE color: 5714203.

HSL color Cylindrical-coordinate representation of color #1B3157: hue angle of 218º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B3157 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB274987-
CMYK0.690.4400.66
HSL218º52.63%22.35%-
HSV(B)218º68.97%34.12%-
XYZ3.273.129.45-
YUV46.75150.71113.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.56%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=16.56%
G=30.06%
B=53.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2749870.690.4400.6621852.6322.35
Hex1B3157452C042da3516
Octal33611271055401023326526
Binary1101111000110101111000101101100010000101101101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,49,87); }

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

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

 a { background-color: rgb(27,49,87); }

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

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

 span { border-color: rgb(27,49,87); }

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