#1C317E

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

Shades of Resolution Blue #1C317E

Tints of Resolution Blue #1C317E

Color information

#1C317E (or 0x1C317E) is unknown color: approx Resolution Blue. HEX triplet: 1C, 31 and 7E. RGB value is (28,49,126). Sum of RGB (Red+Green+Blue) = 28+49+126=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #1C317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C317E is #E3CE81. Grayscale: #333333. Windows color (decimal): -14929538 or 8270108. OLE color: 8270108.

HSL color Cylindrical-coordinate representation of color #1C317E: hue angle of 227.14º degrees, saturation: 0.64, 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 #1C317E is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2849126-
CMYK0.780.6100.51
HSL227.14º63.64%30.2%-
HSV(B)227.14º77.78%49.41%-
XYZ5.343.9520.22-
YUV51.5170.04111.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.79%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 126 (49.61% from 255) = 62.07%
R=13.79%
G=24.14%
B=62.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28491260.780.6100.51227.1463.6430.2
Hex1C317E4E3D033e3401e
Octal34611761167506334310036
Binary1110011000111111101001110111101011001111100011100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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