#1A3A6C

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

Shades of Catalina Blue #1A3A6C

Tints of Catalina Blue #1A3A6C

Color information

#1A3A6C (or 0x1A3A6C) is unknown color: approx Catalina Blue. HEX triplet: 1A, 3A and 6C. RGB value is (26,58,108). Sum of RGB (Red+Green+Blue) = 26+58+108=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A3A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3A6C is #E5C593. Grayscale: #353535. Windows color (decimal): -15058324 or 7092762. OLE color: 7092762.

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

Color convert

RGB2658108-
CMYK0.760.4600.58
HSL216.59º61.19%26.27%-
HSV(B)216.59º75.93%42.35%-
XYZ4.654.3314.78-
YUV54.13158.4107.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.54%
GREEN value IS 58 (23.05% from 255) = 30.21%
BLUE value IS 108 (42.58% from 255) = 56.25%
R=13.54%
G=30.21%
B=56.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26581080.760.4600.58216.5961.1926.27
Hex1A3A6C4C2E03Ad93d1a
Octal3272154114560723317532
Binary110101110101101100100110010111001110101101100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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