#1A376C

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

Shades of Catalina Blue #1A376C

Tints of Catalina Blue #1A376C

Color information

#1A376C (or 0x1A376C) is unknown color: approx Catalina Blue. HEX triplet: 1A, 37 and 6C. RGB value is (26,55,108). Sum of RGB (Red+Green+Blue) = 26+55+108=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A376C is #E5C893. Grayscale: #343434. Windows color (decimal): -15059092 or 7091994. OLE color: 7091994.

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

Color convert

RGB2655108-
CMYK0.760.4900.58
HSL218.78º61.19%26.27%-
HSV(B)218.78º75.93%42.35%-
XYZ4.54.0314.73-
YUV52.37159.39109.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=13.76%
G=29.10%
B=57.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26551080.760.4900.58218.7861.1926.27
Hex1A376C4C3103Adb3d1a
Octal3267154114610723337532
Binary110101101111101100100110011000101110101101101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,55,108); }

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

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

 a { background-color: rgb(26,55,108); }

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

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

 span { border-color: rgb(26,55,108); }

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