#1C365A

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

Shades of Catalina Blue #1C365A

Tints of Catalina Blue #1C365A

Color information

#1C365A (or 0x1C365A) is unknown color: approx Catalina Blue. HEX triplet: 1C, 36 and 5A. RGB value is (28,54,90). Sum of RGB (Red+Green+Blue) = 28+54+90=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C365A is #E3C9A5. Grayscale: #323232. Windows color (decimal): -14928294 or 5912092. OLE color: 5912092.

HSL color Cylindrical-coordinate representation of color #1C365A: hue angle of 214.84º 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 #1C365A is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB285490-
CMYK0.690.4000.65
HSL214.84º52.54%23.14%-
HSV(B)214.84º68.89%35.29%-
XYZ3.643.6210.18-
YUV50.33150.39112.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.28%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 90 (35.55% from 255) = 52.33%
R=16.28%
G=31.40%
B=52.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2854900.690.4000.65214.8452.5423.14
Hex1C365A4528041d73517
Octal34661321055001013276527
Binary1110011011010110101000101101000010000011101011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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