#1F3570

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

Shades of Resolution Blue #1F3570

Tints of Resolution Blue #1F3570

Color information

#1F3570 (or 0x1F3570) is unknown color: approx Resolution Blue. HEX triplet: 1F, 35 and 70. RGB value is (31,53,112). Sum of RGB (Red+Green+Blue) = 31+53+112=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F3570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3570 is #E0CA8F. Grayscale: #343434. Windows color (decimal): -14731920 or 7353631. OLE color: 7353631.

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

Color convert

RGB3153112-
CMYK0.720.5300.56
HSL223.7º56.64%28.04%-
HSV(B)223.7º72.32%43.92%-
XYZ4.764.0115.85-
YUV53.15161.21112.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.82%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 112 (44.14% from 255) = 57.14%
R=15.82%
G=27.04%
B=57.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31531120.720.5300.56223.756.6428.04
Hex1F35704835038e0391c
Octal3765160110650703407134
Binary111111101011110000100100011010101110001110000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,53,112); }

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

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

 a { background-color: rgb(31,53,112); }

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

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

 span { border-color: rgb(31,53,112); }

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