#1C325A

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

Shades of Catalina Blue #1C325A

Tints of Catalina Blue #1C325A

Color information

#1C325A (or 0x1C325A) is unknown color: approx Catalina Blue. HEX triplet: 1C, 32 and 5A. RGB value is (28,50,90). Sum of RGB (Red+Green+Blue) = 28+50+90=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C325A is #E3CDA5. Grayscale: #2F2F2F. Windows color (decimal): -14929318 or 5911068. OLE color: 5911068.

HSL color Cylindrical-coordinate representation of color #1C325A: hue angle of 218.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C325A is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB285090-
CMYK0.690.4400.65
HSL218.71º52.54%23.14%-
HSV(B)218.71º68.89%35.29%-
XYZ3.463.2710.12-
YUV47.98151.71113.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.67%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=16.67%
G=29.76%
B=53.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2850900.690.4400.65218.7152.5423.14
Hex1C325A452C041db3517
Octal34621321055401013336527
Binary1110011001010110101000101101100010000011101101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,50,90); }

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

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

 a { background-color: rgb(28,50,90); }

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

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

 span { border-color: rgb(28,50,90); }

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