#1B355C

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

Shades of Catalina Blue #1B355C

Tints of Catalina Blue #1B355C

Color information

#1B355C (or 0x1B355C) is unknown color: approx Catalina Blue. HEX triplet: 1B, 35 and 5C. RGB value is (27,53,92). Sum of RGB (Red+Green+Blue) = 27+53+92=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #1B355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B355C is #E4CAA3. Grayscale: #313131. Windows color (decimal): -14994084 or 6042907. OLE color: 6042907.

HSL color Cylindrical-coordinate representation of color #1B355C: hue angle of 216º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B355C is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB275392-
CMYK0.710.4200.64
HSL216º54.62%23.33%-
HSV(B)216º70.65%36.08%-
XYZ3.663.5510.62-
YUV49.67151.89111.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.70%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 92 (36.33% from 255) = 53.49%
R=15.70%
G=30.81%
B=53.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2753920.710.4200.6421654.6223.33
Hex1B355C472A040d83717
Octal33651341075201003306727
Binary1101111010110111001000111101010010000001101100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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