#1A305E

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

Shades of Catalina Blue #1A305E

Tints of Catalina Blue #1A305E

Color information

#1A305E (or 0x1A305E) is unknown color: approx Catalina Blue. HEX triplet: 1A, 30 and 5E. RGB value is (26,48,94). Sum of RGB (Red+Green+Blue) = 26+48+94=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A305E is #E5CFA1. Grayscale: #2E2E2E. Windows color (decimal): -15060898 or 6172698. OLE color: 6172698.

HSL color Cylindrical-coordinate representation of color #1A305E: hue angle of 220.59º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A305E is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB264894-
CMYK0.720.4900.63
HSL220.59º56.67%23.53%-
HSV(B)220.59º72.34%36.86%-
XYZ3.53.1411.01-
YUV46.67154.71113.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.48%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 94 (37.11% from 255) = 55.95%
R=15.48%
G=28.57%
B=55.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2648940.720.4900.63220.5956.6723.53
Hex1A305E483103Fdd3918
Octal3260136110610773357130
Binary110101100001011110100100011000101111111101110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,48,94); }

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

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

 a { background-color: rgb(26,48,94); }

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

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

 span { border-color: rgb(26,48,94); }

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