#1c376b

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

Shades of Catalina Blue #1C376B

Tints of Catalina Blue #1C376B

Color information

#1C376B (or 0x1C376B) is unknown color: approx Catalina Blue. HEX triplet: 1C, 37 and 6B. RGB value is (28,55,107). Sum of RGB (Red+Green+Blue) = 28+55+107=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C376B is #E3C894. Grayscale: #343434. Windows color (decimal): -14928021 or 7026460. OLE color: 7026460.

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

Color convert

RGB2855107-
CMYK0.740.4900.58
HSL219.49º58.52%26.47%-
HSV(B)219.49º73.83%41.96%-
XYZ4.54.0414.45-
YUV52.86158.55110.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.74%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 107 (42.19% from 255) = 56.32%
R=14.74%
G=28.95%
B=56.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28551070.740.4900.58219.4958.5226.47
Hex1C376B4A3103Adb3b1a
Octal3467153112610723337332
Binary111001101111101011100101011000101110101101101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c376b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,55,107); }

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

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

 a { background-color: rgb(28,55,107); }

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

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

 span { border-color: rgb(28,55,107); }

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