#1C3872

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

Shades of Resolution Blue #1C3872

Tints of Resolution Blue #1C3872

Color information

#1C3872 (or 0x1C3872) is unknown color: approx Resolution Blue. HEX triplet: 1C, 38 and 72. RGB value is (28,56,114). Sum of RGB (Red+Green+Blue) = 28+56+114=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C3872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3872 is #E3C78D. Grayscale: #353535. Windows color (decimal): -14927758 or 7485468. OLE color: 7485468.

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

Color convert

RGB2856114-
CMYK0.750.5100.55
HSL220.47º60.56%27.84%-
HSV(B)220.47º75.44%44.71%-
XYZ4.934.2916.49-
YUV54.24161.72109.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.14%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=14.14%
G=28.28%
B=57.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28561140.750.5100.55220.4760.5627.84
Hex1C38724B33037dc3d1c
Octal3470162113630673347534
Binary111001110001110010100101111001101101111101110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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