#1B3669

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

Shades of Catalina Blue #1B3669

Tints of Catalina Blue #1B3669

Color information

#1B3669 (or 0x1B3669) is unknown color: approx Catalina Blue. HEX triplet: 1B, 36 and 69. RGB value is (27,54,105). Sum of RGB (Red+Green+Blue) = 27+54+105=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B3669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3669 is #E4C996. Grayscale: #333333. Windows color (decimal): -14993815 or 6895131. OLE color: 6895131.

HSL color Cylindrical-coordinate representation of color #1B3669: hue angle of 219.23º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B3669 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2754105-
CMYK0.740.4900.59
HSL219.23º59.09%25.88%-
HSV(B)219.23º74.29%41.18%-
XYZ4.323.8913.89-
YUV51.74158.05110.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.52%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=14.52%
G=29.03%
B=56.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27541050.740.4900.59219.2359.0925.88
Hex1B36694A3103Bdb3b1a
Octal3366151112610733337332
Binary110111101101101001100101011000101110111101101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,54,105); }

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

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

 a { background-color: rgb(27,54,105); }

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

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

 span { border-color: rgb(27,54,105); }

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