#1c397c

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

Shades of Resolution Blue #1C397C

Tints of Resolution Blue #1C397C

Color information

#1C397C (or 0x1C397C) is unknown color: approx Resolution Blue. HEX triplet: 1C, 39 and 7C. RGB value is (28,57,124). Sum of RGB (Red+Green+Blue) = 28+57+124=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C397C is #E3C683. Grayscale: #373737. Windows color (decimal): -14927492 or 8141084. OLE color: 8141084.

HSL color Cylindrical-coordinate representation of color #1C397C: hue angle of 221.88º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C397C is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2857124-
CMYK0.770.5400.51
HSL221.88º63.16%29.8%-
HSV(B)221.88º77.42%48.63%-
XYZ5.584.6319.67-
YUV55.97166.39108.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.40%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 124 (48.83% from 255) = 59.33%
R=13.40%
G=27.27%
B=59.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28571240.770.5400.51221.8863.1629.8
Hex1C397C4D36033de3f1e
Octal3471174115660633367736
Binary111001110011111100100110111011001100111101111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c397c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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