#1C387D

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

Shades of Resolution Blue #1C387D

Tints of Resolution Blue #1C387D

Color information

#1C387D (or 0x1C387D) is unknown color: approx Resolution Blue. HEX triplet: 1C, 38 and 7D. RGB value is (28,56,125). Sum of RGB (Red+Green+Blue) = 28+56+125=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #1C387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C387D is #E3C782. Grayscale: #373737. Windows color (decimal): -14927747 or 8206364. OLE color: 8206364.

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

Color convert

RGB2856125-
CMYK0.780.5500.51
HSL222.68º63.4%30%-
HSV(B)222.68º77.6%49.02%-
XYZ5.594.5619.99-
YUV55.49167.22108.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.40%
GREEN value IS 56 (22.27% from 255) = 26.79%
BLUE value IS 125 (49.22% from 255) = 59.81%
R=13.40%
G=26.79%
B=59.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28561250.780.5500.51222.6863.430
Hex1C387D4E37033df3f1e
Octal3470175116670633377736
Binary111001110001111101100111011011101100111101111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,56,125); }

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

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

 a { background-color: rgb(28,56,125); }

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

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

 span { border-color: rgb(28,56,125); }

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