#1E367A

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

Shades of Resolution Blue #1E367A

Tints of Resolution Blue #1E367A

Color information

#1E367A (or 0x1E367A) is unknown color: approx Resolution Blue. HEX triplet: 1E, 36 and 7A. RGB value is (30,54,122). Sum of RGB (Red+Green+Blue) = 30+54+122=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E367A is #E1C985. Grayscale: #363636. Windows color (decimal): -14797190 or 8009246. OLE color: 8009246.

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

Color convert

RGB3054122-
CMYK0.750.5600.52
HSL224.35º60.53%29.8%-
HSV(B)224.35º75.41%47.84%-
XYZ5.374.3218.96-
YUV54.58166.05110.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.56%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 122 (48.05% from 255) = 59.22%
R=14.56%
G=26.21%
B=59.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30541220.750.5600.52224.3560.5329.8
Hex1E367A4B38034e03d1e
Octal3666172113700643407536
Binary111101101101111010100101111100001101001110000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,122); }

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

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

 a { background-color: rgb(30,54,122); }

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

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

 span { border-color: rgb(30,54,122); }

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