#1C2E79

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

Shades of Resolution Blue #1C2E79

Tints of Resolution Blue #1C2E79

Color information

#1C2E79 (or 0x1C2E79) is unknown color: approx Resolution Blue. HEX triplet: 1C, 2E and 79. RGB value is (28,46,121). Sum of RGB (Red+Green+Blue) = 28+46+121=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C2E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2E79 is #E3D186. Grayscale: #303030. Windows color (decimal): -14930311 or 7941660. OLE color: 7941660.

HSL color Cylindrical-coordinate representation of color #1C2E79: hue angle of 228.39º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C2E79 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2846121-
CMYK0.770.6200.53
HSL228.39º62.42%29.22%-
HSV(B)228.39º76.86%47.45%-
XYZ4.913.5818.52-
YUV49.17168.54112.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.36%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 121 (47.66% from 255) = 62.05%
R=14.36%
G=23.59%
B=62.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28461210.770.6200.53228.3962.4229.22
Hex1C2E794D3E035e43e1d
Octal3456171115760653447635
Binary111001011101111001100110111111001101011110010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,46,121); }

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

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

 a { background-color: rgb(28,46,121); }

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

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

 span { border-color: rgb(28,46,121); }

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