#1E2E78

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

Shades of Resolution Blue #1E2E78

Tints of Resolution Blue #1E2E78

Color information

#1E2E78 (or 0x1E2E78) is unknown color: approx Resolution Blue. HEX triplet: 1E, 2E and 78. RGB value is (30,46,120). Sum of RGB (Red+Green+Blue) = 30+46+120=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E2E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2E78 is #E1D187. Grayscale: #313131. Windows color (decimal): -14799240 or 7876126. OLE color: 7876126.

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

Color convert

RGB3046120-
CMYK0.750.6200.53
HSL229.33º60%29.41%-
HSV(B)229.33º75%47.06%-
XYZ4.93.5918.2-
YUV49.65167.7113.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.31%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 120 (47.27% from 255) = 61.22%
R=15.31%
G=23.47%
B=61.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30461200.750.6200.53229.336029.41
Hex1E2E784B3E035e53c1d
Octal3656170113760653457435
Binary111101011101111000100101111111001101011110010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,46,120); }

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

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

 a { background-color: rgb(30,46,120); }

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

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

 span { border-color: rgb(30,46,120); }

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