#1B386C

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

Shades of Catalina Blue #1B386C

Tints of Catalina Blue #1B386C

Color information

#1B386C (or 0x1B386C) is unknown color: approx Catalina Blue. HEX triplet: 1B, 38 and 6C. RGB value is (27,56,108). Sum of RGB (Red+Green+Blue) = 27+56+108=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B386C is #E4C793. Grayscale: #353535. Windows color (decimal): -14993300 or 7092251. OLE color: 7092251.

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

Color convert

RGB2756108-
CMYK0.750.4800.58
HSL218.52º60%26.47%-
HSV(B)218.52º75%42.35%-
XYZ4.574.1414.75-
YUV53.26158.89109.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.14%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 108 (42.58% from 255) = 56.54%
R=14.14%
G=29.32%
B=56.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27561080.750.4800.58218.526026.47
Hex1B386C4B3003Adb3c1a
Octal3370154113600723337432
Binary110111110001101100100101111000001110101101101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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