#1C315F

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

Shades of Catalina Blue #1C315F

Tints of Catalina Blue #1C315F

Color information

#1C315F (or 0x1C315F) is unknown color: approx Catalina Blue. HEX triplet: 1C, 31 and 5F. RGB value is (28,49,95). Sum of RGB (Red+Green+Blue) = 28+49+95=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #1C315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C315F is #E3CEA0. Grayscale: #2F2F2F. Windows color (decimal): -14929569 or 6238492. OLE color: 6238492.

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

Color convert

RGB284995-
CMYK0.710.4800.63
HSL221.19º54.47%24.12%-
HSV(B)221.19º70.53%37.25%-
XYZ3.643.2711.27-
YUV47.96154.54113.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.28%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 95 (37.5% from 255) = 55.23%
R=16.28%
G=28.49%
B=55.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2849950.710.4800.63221.1954.4724.12
Hex1C315F473003Fdd3618
Octal3461137107600773356630
Binary111001100011011111100011111000001111111101110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,49,95); }

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

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

 a { background-color: rgb(28,49,95); }

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

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

 span { border-color: rgb(28,49,95); }

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