#1C3972

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

Shades of Resolution Blue #1C3972

Tints of Resolution Blue #1C3972

Color information

#1C3972 (or 0x1C3972) is unknown color: approx Resolution Blue. HEX triplet: 1C, 39 and 72. RGB value is (28,57,114). Sum of RGB (Red+Green+Blue) = 28+57+114=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C3972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3972 is #E3C68D. Grayscale: #363636. Windows color (decimal): -14927502 or 7485724. OLE color: 7485724.

HSL color Cylindrical-coordinate representation of color #1C3972: hue angle of 219.77º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C3972 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2857114-
CMYK0.750.5000.55
HSL219.77º60.56%27.84%-
HSV(B)219.77º75.44%44.71%-
XYZ4.984.3916.5-
YUV54.83161.39108.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.07%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=14.07%
G=28.64%
B=57.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28571140.750.5000.55219.7760.5627.84
Hex1C39724B32037dc3d1c
Octal3471162113620673347534
Binary111001110011110010100101111001001101111101110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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