#1F2E6D

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

Shades of Resolution Blue #1F2E6D

Tints of Resolution Blue #1F2E6D

Color information

#1F2E6D (or 0x1F2E6D) is unknown color: approx Resolution Blue. HEX triplet: 1F, 2E and 6D. RGB value is (31,46,109). Sum of RGB (Red+Green+Blue) = 31+46+109=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F2E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2E6D is #E0D192. Grayscale: #303030. Windows color (decimal): -14733715 or 7155231. OLE color: 7155231.

HSL color Cylindrical-coordinate representation of color #1F2E6D: hue angle of 228.46º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F2E6D is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3146109-
CMYK0.720.5800.57
HSL228.46º55.71%27.45%-
HSV(B)228.46º71.56%42.75%-
XYZ4.33.3514.89-
YUV48.7162.03115.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.67%
GREEN value IS 46 (18.36% from 255) = 24.73%
BLUE value IS 109 (42.97% from 255) = 58.60%
R=16.67%
G=24.73%
B=58.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31461090.720.5800.57228.4655.7127.45
Hex1F2E6D483A039e4381b
Octal3756155110720713447033
Binary111111011101101101100100011101001110011110010011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,46,109); }

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

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

 a { background-color: rgb(31,46,109); }

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

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

 span { border-color: rgb(31,46,109); }

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