#1c2f85

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

Shades of Resolution Blue #1C2F85

Tints of Resolution Blue #1C2F85

Color information

#1C2F85 (or 0x1C2F85) is unknown color: approx Resolution Blue. HEX triplet: 1C, 2F and 85. RGB value is (28,47,133). Sum of RGB (Red+Green+Blue) = 28+47+133=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 133 (52.34% from 255 or 63.94% from 208); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C2F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2F85 is #E3D07A. Grayscale: #323232. Windows color (decimal): -14930043 or 8728348. OLE color: 8728348.

HSL color Cylindrical-coordinate representation of color #1C2F85: hue angle of 229.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C2F85 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2847133-
CMYK0.790.6500.48
HSL229.14º65.22%31.57%-
HSV(B)229.14º78.95%52.16%-
XYZ5.733.9722.66-
YUV51.12174.21111.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.46%
GREEN value IS 47 (18.75% from 255) = 22.60%
BLUE value IS 133 (52.34% from 255) = 63.94%
R=13.46%
G=22.60%
B=63.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28471330.790.6500.48229.1465.2231.57
Hex1C2F854F41030e54120
Octal345720511710106034510140
Binary1110010111110000101100111110000010110000111001011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c2f85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,47,133); }

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

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

 a { background-color: rgb(28,47,133); }

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

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

 span { border-color: rgb(28,47,133); }

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