#1C365C

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

Shades of Catalina Blue #1C365C

Tints of Catalina Blue #1C365C

Color information

#1C365C (or 0x1C365C) is unknown color: approx Catalina Blue. HEX triplet: 1C, 36 and 5C. RGB value is (28,54,92). Sum of RGB (Red+Green+Blue) = 28+54+92=174 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16.09% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C365C is #E3C9A3. Grayscale: #323232. Windows color (decimal): -14928292 or 6043164. OLE color: 6043164.

HSL color Cylindrical-coordinate representation of color #1C365C: hue angle of 215.62º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C365C is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB285492-
CMYK0.700.4100.64
HSL215.62º53.33%23.53%-
HSV(B)215.62º69.57%36.08%-
XYZ3.733.6610.63-
YUV50.56151.39111.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.09%
GREEN value IS 54 (21.48% from 255) = 31.03%
BLUE value IS 92 (36.33% from 255) = 52.87%
R=16.09%
G=31.03%
B=52.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2854920.700.4100.64215.6253.3323.53
Hex1C365C4629040d83518
Octal34661341065101003306530
Binary1110011011010111001000110101001010000001101100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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