#1B3A6C

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

Shades of Catalina Blue #1B3A6C

Tints of Catalina Blue #1B3A6C

Color information

#1B3A6C (or 0x1B3A6C) is unknown color: approx Catalina Blue. HEX triplet: 1B, 3A and 6C. RGB value is (27,58,108). Sum of RGB (Red+Green+Blue) = 27+58+108=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B3A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3A6C is #E4C593. Grayscale: #363636. Windows color (decimal): -14992788 or 7092763. OLE color: 7092763.

HSL color Cylindrical-coordinate representation of color #1B3A6C: hue angle of 217.04º degrees, saturation: 0.6, 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 #1B3A6C is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2758108-
CMYK0.750.4600.58
HSL217.04º60%26.47%-
HSV(B)217.04º75%42.35%-
XYZ4.674.3414.78-
YUV54.43158.23108.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.99%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 108 (42.58% from 255) = 55.96%
R=13.99%
G=30.05%
B=55.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27581080.750.4600.58217.046026.47
Hex1B3A6C4B2E03Ad93c1a
Octal3372154113560723317432
Binary110111110101101100100101110111001110101101100111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,58,108); }

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

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

 a { background-color: rgb(27,58,108); }

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

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

 span { border-color: rgb(27,58,108); }

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