#1B346A

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

Shades of Catalina Blue #1B346A

Tints of Catalina Blue #1B346A

Color information

#1B346A (or 0x1B346A) is unknown color: approx Catalina Blue. HEX triplet: 1B, 34 and 6A. RGB value is (27,52,106). Sum of RGB (Red+Green+Blue) = 27+52+106=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 106 (41.80% from 255 or 57.30% from 185); Max value from RGB is 106 - color contains mainly: blue. Hex color #1B346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B346A is #E4CB95. Grayscale: #323232. Windows color (decimal): -14994326 or 6960155. OLE color: 6960155.

HSL color Cylindrical-coordinate representation of color #1B346A: hue angle of 221.01º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B346A is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2752106-
CMYK0.750.5100.58
HSL221.01º59.4%26.08%-
HSV(B)221.01º74.53%41.57%-
XYZ4.283.7314.13-
YUV50.68159.22111.11-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.59%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 106 (41.80% from 255) = 57.30%
R=14.59%
G=28.11%
B=57.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27521060.750.5100.58221.0159.426.08
Hex1B346A4B3303Add3b1a
Octal3364152113630723357332
Binary110111101001101010100101111001101110101101110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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