#1f2f6c

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

Shades of Resolution Blue #1F2F6C

Tints of Resolution Blue #1F2F6C

Color information

#1F2F6C (or 0x1F2F6C) is unknown color: approx Resolution Blue. HEX triplet: 1F, 2F and 6C. RGB value is (31,47,108). Sum of RGB (Red+Green+Blue) = 31+47+108=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F2F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2F6C is #E0D093. Grayscale: #303030. Windows color (decimal): -14733460 or 7089951. OLE color: 7089951.

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

Color convert

RGB3147108-
CMYK0.710.5600.58
HSL227.53º55.4%27.25%-
HSV(B)227.53º71.3%42.35%-
XYZ4.293.4114.62-
YUV49.17161.2115.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.67%
GREEN value IS 47 (18.75% from 255) = 25.27%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=16.67%
G=25.27%
B=58.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31471080.710.5600.58227.5355.427.25
Hex1F2F6C473803Ae4371b
Octal3757154107700723446733
Binary111111011111101100100011111100001110101110010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f2f6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,47,108); }

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

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

 a { background-color: rgb(31,47,108); }

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

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

 span { border-color: rgb(31,47,108); }

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