#1A3962

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

Shades of Catalina Blue #1A3962

Tints of Catalina Blue #1A3962

Color information

#1A3962 (or 0x1A3962) is unknown color: approx Catalina Blue. HEX triplet: 1A, 39 and 62. RGB value is (26,57,98). Sum of RGB (Red+Green+Blue) = 26+57+98=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A3962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3962 is #E5C69D. Grayscale: #343434. Windows color (decimal): -15058590 or 6437146. OLE color: 6437146.

HSL color Cylindrical-coordinate representation of color #1A3962: hue angle of 214.17º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A3962 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB265798-
CMYK0.730.4200.62
HSL214.17º58.06%24.31%-
HSV(B)214.17º73.47%38.43%-
XYZ4.094.0312.12-
YUV52.4153.73109.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.36%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=14.36%
G=31.49%
B=54.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2657980.730.4200.62214.1758.0624.31
Hex1A3962492A03Ed63a18
Octal3271142111520763267230
Binary110101110011100010100100110101001111101101011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,57,98); }

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

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

 a { background-color: rgb(26,57,98); }

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

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

 span { border-color: rgb(26,57,98); }

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