#1C366F

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

Shades of Catalina Blue #1C366F

Tints of Catalina Blue #1C366F

Color information

#1C366F (or 0x1C366F) is unknown color: approx Catalina Blue. HEX triplet: 1C, 36 and 6F. RGB value is (28,54,111). Sum of RGB (Red+Green+Blue) = 28+54+111=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C366F is #E3C990. Grayscale: #343434. Windows color (decimal): -14928273 or 7288348. OLE color: 7288348.

HSL color Cylindrical-coordinate representation of color #1C366F: hue angle of 221.2º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C366F is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2854111-
CMYK0.750.5100.56
HSL221.2º59.71%27.25%-
HSV(B)221.2º74.77%43.53%-
XYZ4.674.0315.57-
YUV52.72160.89110.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.51%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 111 (43.75% from 255) = 57.51%
R=14.51%
G=27.98%
B=57.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28541110.750.5100.56221.259.7127.25
Hex1C366F4B33038dd3c1b
Octal3466157113630703357433
Binary111001101101101111100101111001101110001101110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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