#1F3375

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

Shades of Resolution Blue #1F3375

Tints of Resolution Blue #1F3375

Color information

#1F3375 (or 0x1F3375) is unknown color: approx Resolution Blue. HEX triplet: 1F, 33 and 75. RGB value is (31,51,117). Sum of RGB (Red+Green+Blue) = 31+51+117=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F3375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3375 is #E0CC8A. Grayscale: #343434. Windows color (decimal): -14732427 or 7680799. OLE color: 7680799.

HSL color Cylindrical-coordinate representation of color #1F3375: hue angle of 226.05º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F3375 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3151117-
CMYK0.740.5600.54
HSL226.05º58.11%29.02%-
HSV(B)226.05º73.5%45.88%-
XYZ4.963.9417.33-
YUV52.54164.37112.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.58%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=15.58%
G=25.63%
B=58.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31511170.740.5600.54226.0558.1129.02
Hex1F33754A38036e23a1d
Octal3763165112700663427235
Binary111111100111110101100101011100001101101110001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,51,117); }

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

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

 a { background-color: rgb(31,51,117); }

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

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

 span { border-color: rgb(31,51,117); }

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