#1B3255

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

Shades of Catalina Blue #1B3255

Tints of Catalina Blue #1B3255

Color information

#1B3255 (or 0x1B3255) is unknown color: approx Catalina Blue. HEX triplet: 1B, 32 and 55. RGB value is (27,50,85). Sum of RGB (Red+Green+Blue) = 27+50+85=162 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.67% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #1B3255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3255 is #E4CDAA. Grayscale: #2E2E2E. Windows color (decimal): -14994859 or 5583387. OLE color: 5583387.

HSL color Cylindrical-coordinate representation of color #1B3255: hue angle of 216.21º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B3255 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB275085-
CMYK0.680.4100.67
HSL216.21º51.79%21.96%-
HSV(B)216.21º68.24%33.33%-
XYZ3.233.179.04-
YUV47.11149.38113.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.67%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 85 (33.59% from 255) = 52.47%
R=16.67%
G=30.86%
B=52.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2750850.680.4100.67216.2151.7921.96
Hex1B32554429043d83416
Octal33621251045101033306426
Binary1101111001010101011000100101001010000111101100011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,50,85); }

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

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

 a { background-color: rgb(27,50,85); }

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

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

 span { border-color: rgb(27,50,85); }

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