#1C396F

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

Shades of Catalina Blue #1C396F

Tints of Catalina Blue #1C396F

Color information

#1C396F (or 0x1C396F) is unknown color: approx Catalina Blue. HEX triplet: 1C, 39 and 6F. RGB value is (28,57,111). Sum of RGB (Red+Green+Blue) = 28+57+111=196 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.29% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C396F is #E3C690. Grayscale: #363636. Windows color (decimal): -14927505 or 7289116. OLE color: 7289116.

HSL color Cylindrical-coordinate representation of color #1C396F: hue angle of 219.04º 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 #1C396F is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2857111-
CMYK0.750.4900.56
HSL219.04º59.71%27.25%-
HSV(B)219.04º74.77%43.53%-
XYZ4.814.3215.62-
YUV54.48159.89109.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.29%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 111 (43.75% from 255) = 56.63%
R=14.29%
G=29.08%
B=56.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28571110.750.4900.56219.0459.7127.25
Hex1C396F4B31038db3c1b
Octal3471157113610703337433
Binary111001110011101111100101111000101110001101101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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