#1B3454

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

Shades of Catalina Blue #1B3454

Tints of Catalina Blue #1B3454

Color information

#1B3454 (or 0x1B3454) is unknown color: approx Catalina Blue. HEX triplet: 1B, 34 and 54. RGB value is (27,52,84). Sum of RGB (Red+Green+Blue) = 27+52+84=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #1B3454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3454 is #E4CBAB. Grayscale: #303030. Windows color (decimal): -14994348 or 5518363. OLE color: 5518363.

HSL color Cylindrical-coordinate representation of color #1B3454: hue angle of 213.68º degrees, saturation: 0.51, 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 #1B3454 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB275284-
CMYK0.680.3800.67
HSL213.68º51.35%21.76%-
HSV(B)213.68º67.86%32.94%-
XYZ3.283.338.86-
YUV48.17148.22112.9-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.56%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 84 (33.20% from 255) = 51.53%
R=16.56%
G=31.90%
B=51.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2752840.680.3800.67213.6851.3521.76
Hex1B34544426043d63316
Octal33641241044601033266326
Binary1101111010010101001000100100110010000111101011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,52,84); }

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

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

 a { background-color: rgb(27,52,84); }

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

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

 span { border-color: rgb(27,52,84); }

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