#1E2F79

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

Shades of Resolution Blue #1E2F79

Tints of Resolution Blue #1E2F79

Color information

#1E2F79 (or 0x1E2F79) is unknown color: approx Resolution Blue. HEX triplet: 1E, 2F and 79. RGB value is (30,47,121). Sum of RGB (Red+Green+Blue) = 30+47+121=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #1E2F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2F79 is #E1D086. Grayscale: #323232. Windows color (decimal): -14798983 or 7941918. OLE color: 7941918.

HSL color Cylindrical-coordinate representation of color #1E2F79: hue angle of 228.79º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E2F79 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3047121-
CMYK0.750.6100.53
HSL228.79º60.26%29.61%-
HSV(B)228.79º75.21%47.45%-
XYZ53.6918.54-
YUV50.35167.87113.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.15%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 121 (47.66% from 255) = 61.11%
R=15.15%
G=23.74%
B=61.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30471210.750.6100.53228.7960.2629.61
Hex1E2F794B3D035e53c1e
Octal3657171113750653457436
Binary111101011111111001100101111110101101011110010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,47,121); }

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

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

 a { background-color: rgb(30,47,121); }

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

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

 span { border-color: rgb(30,47,121); }

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